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

Speed up conversion of runspec to dataframes #25

Open
edwardxtg opened this issue Jan 12, 2024 · 0 comments
Open

Speed up conversion of runspec to dataframes #25

edwardxtg opened this issue Jan 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@edwardxtg
Copy link
Contributor

Currently the conversion of the runspec to dataframes is very slow. This conversion is used for writing output CSVs and for conversion to xarray (linopy).

The function is slow due to iteratively adding data from classes which have multiple instances (e.g. technology, impacts, commodities) into single dataframes (e.g. CapitalCost)

@edwardxtg edwardxtg self-assigned this Jan 12, 2024
@Tomkourou Tomkourou added the enhancement New feature or request label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants