You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
# 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
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
The text was updated successfully, but these errors were encountered: