mario.parse_exiobase_3¶
- mario.parse_exiobase_3(path: str, calc_all: bool = False, year: Optional[int] = None, name: Optional[str] = None, model: str = 'Database', version: str = '3.8.2', **kwargs)¶
Parsing Multi-Regional Input-Output Table from Exiobase
Note
pxp & ixi does not make any difference for the parser.
- Parameters
path (str) – defined the zip file containing data
calc_all (boolean) – if True, by default will calculate z,v,e after parsing
year (int, Optional) – optional to the Database (just for recoding the metadata)
name (str, Optional) – optional but suggested. is useful for visualization and metadata.
version (str) –
accpetable versions are:
3.8.2: F_Y for the final demand satellite account
3.8.1: F_hh for the final demand satellite account
- Returns
- Return type
mario.Database