pymrio.download_eora26

pymrio.download_eora26(storage_folder, years=None, prices=['bp'], overwrite_existing=False)

Downloads Eora 26

Parameters:storage_folder (str, valid path) – Location to store the download, folder will be created if not existing. If the file is already present in the folder, the download of the specific file will be skipped.
years: list of int or str, optional
If years is given only downloads the specific years. This only applies to the IO tables because extensions are stored by country and not per year. The years can be given in 2 or 4 digits.
prices: list of str
If bp (default), download basic price tables. If pp, download purchaser prices. [‘bp’, ‘pp’] possible.
overwrite_existing: boolean, optional
If False, skip download of file already existing in the storage folder (default). Set to True to replace files.