-
Notifications
You must be signed in to change notification settings - Fork 123
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
concat uses pandas append instead of concat #500
Comments
I'm not sure yet how to contribute, i.e. create a branch and upload code :) I'll have a deeper look at it on monday. For now I just upload the new Code here for not forgetting it... The code replaces/extends the concat-method in core.py
|
Thanks for the suggestion - I have a few ideas on how to improve that, but I'll wait until you have mastered the first steps of working with git(hub)... I'm pretty sure that there is some value for you in learning that beyond improving pyam performance. Happy to assist bilaterally if you join our Slack channel, see https://pyam-iamc.readthedocs.io/en/stable/contributing.html |
I think I managed to create the pull request :) |
The implementation of pyams concat method loops over pandas append instead of using pandas concat method. Especially for large dataframes with subannual data concat is much faster than append.
I already implemented pandas concat in pyams concat and will push it in a minute. I hope the new feature will find its way in the next release.
The text was updated successfully, but these errors were encountered: