Adjust the generate_data.py script to download the Country and Region Excel files directly from the HDX website rather than operate on locally downloaded files. Since the script uses pandas to open the XLSX file, simply swapping out the correct URI for the local file path should be sufficient.
This can happen when the final version of the data set is published.
Overview
Adjust the
generate_data.py
script to download the Country and Region Excel files directly from the HDX website rather than operate on locally downloaded files. Since the script uses pandas to open the XLSX file, simply swapping out the correct URI for the local file path should be sufficient.This can happen when the final version of the data set is published.