data-analysis-in-examples
data-analysis-in-examples copied to clipboard
Country_Codes.csv and Metadata.csv
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
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