Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor the groupby inside create_internal_structure to use DuckDB/TulipaIO in the for loops of profiles #738

Open
Tracked by #701
abelsiqueira opened this issue Aug 12, 2024 · 0 comments

Comments

@abelsiqueira
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants