pyam
pyam copied to clipboard
Analysis & visualization of energy & climate scenarios
# Description of PR Adds a `df.quantile()` function which calculates (possibly weighted) quantiles for a variable across a population of models and scenarios. If this feature is useful for others...
I was expecting `set_meta()` to be chainable like our other operations, but it returns `None` - should we have it return the `self` instead?
Resurrecting perhas a bit an oldy but a goody - #126 # Prompt I find myself regularly wanted to carry around, refer back to, graph, and manipulate metadata with dimensions...
Chris asked if we can add an easy-use tool to download emissions data (possibly checking if the data is already downloaded) from the AR6 database to Silicone, since I put...
# Please confirm that this PR has done the following: - [ ] Tests Added - [ ] Documentation Added - [ ] Name of contributors Added to AUTHORS.rst -...
# Please confirm that this PR has done the following: - ~Tests Added~ - ~Documentation Added~ - ~Name of contributors Added to AUTHORS.rst~ - [x] Description in RELEASE_NOTES.md Added #...
When a user has access to a Scenario Explorer database instance but no permission to view any models (or no scenarios exist), querying data from the API fails with an...
Per a bug report by @M-Neuwirth: if the years in the column headers are mixed between integer and strings in an IAMC-style xlsx file, importing as an IamDataFrame fails with...
The current `compute.growth_rate` assumes that all variables have a positive, non-zero value in the first year available in the dataframe. For variables that are initially 0, but begin to increase...
# Overview When trying to do operations on emissions, e.g., ``` df = pyam.IamDataFrame(pd.DataFrame( [ ["model_a", "scen_a", "World", "foo", "Mt CO2/yr", 1, 6.0], ["model_a", "scen_a", "World", "bar", "Mt CO2/yr", 0.5,...