IAMconsortium / pyam

Analysis & visualization of energy & climate scenarios
https://pyam-iamc.readthedocs.io/
Apache License 2.0
221 stars 115 forks source link

Use `_data` in `aggregate_time()` #791

Open danielhuppmann opened 8 months ago

danielhuppmann commented 8 months ago

The method aggregate_time() still uses the "old" data dataframe attribute instead of the internal _data series. Refactoring could yield some performance improvements.