pyam icon indicating copy to clipboard operation
pyam copied to clipboard

Analysis & visualization of energy & climate scenarios

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

At present compute.quantiles() as implemented in https://github.com/IAMconsortium/pyam/pull/686 is relatively strict in its `weights` argument, requiring a `pd.Series` with name `weight`. More flexible arguments could be provided (e.g., lists of correct...

enhancement
good first issue

At present `compute.quantiles()` as implemented in #686 specifies names for `model` and `scenario` of the resulting dataset - model is defined based on it being weighted or not [here](https://github.com/IAMconsortium/pyam/pull/686/files#diff-120eee8aae07383f9842565501010215381c18d5457e8cfa19b758734dd0b8c6R76) -...

enhancement
good first issue

As far as I can work out, "df.filter(level=[1, 2])" always produces nothing, even when "df.filter(level=1)" and "df.filter(level=2)" produce reasonable values. I have been using workarounds so far, but at some...

Type "help", "copyright", "credits" or "license" for more information. >>> import pyam Traceback (most recent call last): File "", line 1, in File "C:\Users\Admin\miniconda3\Lib\site-packages\pyam\__init__.py", line 9, in from . initial_guesses...

Hello- I'm working on a project that uses `pyam` and `IamDataFrame` and I'm having trouble getting a reliable install with `conda`. The demo below shows the `.yml` file used to...