You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the for loops that store the profiles in the graph, we perform a filter of the dataframe followed by a groupby.
We should change that to a SQL/TulipaIO call.
This will have some interaction with the removal of the graph object mentioned in #701.
Possible Drawbacks
No response
Related Issues
No response
The text was updated successfully, but these errors were encountered:
What and Why
In the for loops that store the profiles in the graph, we perform a filter of the dataframe followed by a groupby.
We should change that to a SQL/TulipaIO call.
This will have some interaction with the removal of the
graph
object mentioned in #701.Possible Drawbacks
No response
Related Issues
No response
The text was updated successfully, but these errors were encountered: