mario.download_hybrid_exiobase#
- mario.download_hybrid_exiobase(path: str | Path, table: str = 'all', *, overwrite: bool = False) dict[str, object]#
Download the EXIOBASE hybrid v3.3.18 files needed by MARIO.
- Parameters:
path (str or Path) – destination directory where the selected files should be stored.
table (str, optional) – choose
"SUT","IOT"or"all". MARIO downloads only the files required by the corresponding parser branch.overwrite (bool, optional) – overwrite existing files when present.