pyam icon indicating copy to clipboard operation
pyam copied to clipboard

Analysis & visualization of energy & climate scenarios

Results 103 pyam issues
Sort by recently updated
recently updated
newest added

While reviewing #876 by @korsbakken, I noticed that the sheet-name argument is ignored when reading an xlsx file that has only one sheet. This should be fixed such that sheet_name...

bug

The tutorials should be revised to be more modular and relevant prior to Release 3.0 Also, per suggestion by @phackstock in https://github.com/IAMconsortium/pyam/pull/870#pullrequestreview-2222735923, the description of filter options in the docs...

The `interpolate()` method currently works on a wide representation of the timeseries data, and then casts the result back to the long-form `_data` series. It would probably be more efficient...