Basic manipulation of Multi-Regional Input-Output tables.
Project description
MRIO Toolbox
Open-source Python package for handling Multi-Regional Input-Output (MRIO) tables with high flexibility.
Overview
The mrio_toolbox is a Python library designed for manipulating Multi-Regional Input-Output tables. It provides tools for loading, processing, analyzing, and exporting MRIO data from various sources including EXIOBASE, WIOD, EORA, and custom datasets.
This package supports:
- Extraction and conversion routines for widely used MRIOs (EXIOBASE, WIOD, EORA, Gloria, GTAP, Emerging, Figaro)
- Fast and lightweight data storage
- Numpy-style indexing and selection
- Standardized manipulation routines for reproducible research: aggregation, cleaning pipelines, mathematical operations, mapping algorithms
In comparison to higher-level MRIO-handling packages such as pyMRIO and MARIO, mrio_toolbox focuses on providing low-level routines for advanced MRIO users.
Installation
Install the latest stable version using pip:
pip install mrio_toolbox
Or install from source:
git clone https://codeberg.org/tbeaufils/mrio_toolbox.git
cd mrio_toolbox
pip install -e .
Documentation
The mrio_toolbox package builds on two major concepts: MRIO, and Parts.
MRIO are high-level objects that can inherit an arbitrary number of Part instances.
Part instances contain the actual data. Each Part represent a different quadrant of the MRIO table. As a convention, we use t for the inter-industry matrix, a for the matrix of technical coefficients, y for the final demand and va for the value added. A Part can have any shape and more than two dimensions. Parts support numpy-like indexing, on index and labels. They can be created in insolation or as part of an MRIO object. A new Part can be created by manipulating another Part.
Check the example section of the documentation for hands-on examples.
The full documentation is available at https://tbeaufils.codeberg.page/mrio_toolbox
Contributing
The package is under development on the side of my main research activity. I appreciate contributions, in particular for extending the test coverage, improving the documentation and implementing new features. Please see the CONTRIBUTING.md for guidelines on how to contribute to this project.
Citing
If you use this package in your research, you can cite it as:
Beaufils, T., & Wirth, F. (2023). mrio_toolbox: Python package for Multi-Regional Input-Output analysis. Zenodo. https://doi.org/10.5281/zenodo.17573558
License
This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details. This means that you can use, modify and distribute this library as you want, but any product derived from this library must be released under the same term of license.
Contact
For questions, bug reports, or feature requests, you can use the Issue page of the repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mrio_toolbox-1.2.5.tar.gz.
File metadata
- Download URL: mrio_toolbox-1.2.5.tar.gz
- Upload date:
- Size: 108.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
563fb39a71239dffd3c9d5805d50a6a1829aab044644dec2c71589d38b63c5f3
|
|
| MD5 |
c4d47d1b093926ad3ca304078123172b
|
|
| BLAKE2b-256 |
4ee8edb8ffa465f7010042cf1f0106c17b68940e5725e6c7d3989b34d723082c
|
File details
Details for the file mrio_toolbox-1.2.5-py3-none-any.whl.
File metadata
- Download URL: mrio_toolbox-1.2.5-py3-none-any.whl
- Upload date:
- Size: 127.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c900499695053f610924adff3f91eb3618bde8168af67e53a3b380e5170c162c
|
|
| MD5 |
1b6a005b924c0b0e349b56f6947a2622
|
|
| BLAKE2b-256 |
cbf3b24240c47cb09af797281f4144fcb8d43bc0bb60b5deeb1b00eca7869975
|