pymrio icon indicating copy to clipboard operation
pymrio copied to clipboard

Multi-Regional Input-Output Analysis in Python.

Results 58 pymrio issues
Sort by recently updated
recently updated
newest added

currently it is not possible to use the aggreation routine with a panda dataframe concordance - it only accepts numpy arrays. Plan: - allow pd.dataframe (target classification in rows, source...

D_imp description in the https://pymrio.readthedocs.io/en/latest/math.html is wrong and does not reflect the actual calculations. see the iomath.py. for the correct way

Currently, changing some values in a dataframe, append rows, ... does not trigger a re-calculation b/c all the dataframes are present. This should be changed to have some hash codes...

After running `exio3.calc_all()` the consumption-based footprint of a region can be calculated via `consumption_based_footprint = exio3.et1_diag.D_cba.sum(axis=0).DE.reset_index()`. Is there also a way to calculate the consumption-based footprint of just one specific...

Data for 2007 from World Bank. Includes data on Population, GDP (in current $ or current PPP), Trade (Ex, Im), Labor, as well as Land area and Energy use. The...

The `parse_wiod` function seems not to be compatible with the WIOD 2016 release anymore. The reason is (or one of the reasons?) that the WIOD 2016 data is provided as...

Exiobase docs for version3 need to be updated to account for zenodo upload and download (see also #64 )

Using the io metadata system for recording downloads does not make much sense. One can download multiple files which (as in exio) might already contain metadata. Proposed solution: a download_meta.yml...

Adopt the standalone script for parsing mat-ntnu-mrio structure: - [ ] make own module with ntnu specific tools - [ ] generic mat parser - [ ] make specific mat...

rewrite index population and check script if the wrong name is used anywhere

bug
enhancement