mario.download_wiod2016#

mario.download_wiod2016(path: str | Path, table: str = 'IOT', *, extract: bool = True, keep_archive: bool = False, overwrite: bool = False) dict[str, object]#

Download one WIOD 2016 multiregional workbook from the official release links.

Parameters:
  • path (str or Path) – destination directory where the downloaded archive and extracted files should be stored.

  • table (str, optional) – one of "IOT" or "SUT".

  • extract (bool, optional) – when True extract the downloaded zip archive.

  • keep_archive (bool, optional) – when extract=True, keep the zip archive after extraction.

  • overwrite (bool, optional) – overwrite existing files/directories when present.