Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Country_Codes.csv and Metadata.csv #3

Open
Manolo1182 opened this issue Nov 11, 2020 · 1 comment
Open

Country_Codes.csv and Metadata.csv #3

Manolo1182 opened this issue Nov 11, 2020 · 1 comment

Comments

@Manolo1182
Copy link

Hi,
These examples are very useful, thank you. But for clarity purposes, could you please explain what files are you using as country_codes.csv and Metadata.csv.

Thanks

@vaclavdekanovsky
Copy link
Owner

vaclavdekanovsky commented Nov 26, 2020

Hello. Thank you for the note, I've updated the description in the Vizualizations/Plotly/Preprocess/Preprocessing.ipynb

    # load country_codes (from https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)
    country_codes = pd.read_csv("Country_Codes.csv")
    
    # info about regions (part of the world bank data package)
    regions = pd.read_csv("Metadata.csv")

I've also added the links to the original world bank data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants