mario.parse_exiobase_sut¶
- mario.parse_exiobase_sut(path: str, calc_all: bool = False, name: Optional[str] = None, year: Optional[int] = None, model: str = 'Database', **kwargs)¶
Parsing Multi-Regional Supply and Use Table from Exiobase
- 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.
- Returns
- Return type
mario.Database