mario.download_exiobase3#
- mario.download_exiobase3(path: str | Path, *, years, system: str | None = 'ixi', table: str = 'IOT', version: str = '3.8.2', extract: bool = True, keep_archives: bool = False, overwrite: bool = False) dict[str, object]#
Download a selected monetary EXIOBASE 3 release from Zenodo.
- Parameters:
path (str or Path) – destination directory where downloaded archives and extracted folders should be stored.
years (int or iterable of int) – years to download.
system (str, optional) – required for
table="IOT". One of"ixi"or"pxp".table (str, optional) – one of
"IOT"or"SUT".version (str, optional) – one of
"3.10.2","3.10.1","3.9.6","3.9.5","3.9.4"or"3.8.2".extract (bool, optional) – when
Trueextract zip archives after download.keep_archives (bool, optional) – when extracting, keep the downloaded zip archives.
overwrite (bool, optional) – overwrite existing files/directories when present.