data-analysis-in-examples icon indicating copy to clipboard operation
data-analysis-in-examples copied to clipboard

Country_Codes.csv and Metadata.csv

Open Manolo1182 opened this issue 4 years ago • 1 comments

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

Manolo1182 avatar Nov 11 '20 14:11 Manolo1182

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.

  • International Arrival-- How many tourist have come to the country
    • https://data.worldbank.org/indicator/ST.INT.ARVL
  • Receipts--How mach they spent in the country (how much the locals received)
    • https://data.worldbank.org/indicator/ST.INT.RCPT.CD

vaclavdekanovsky avatar Nov 26 '20 22:11 vaclavdekanovsky