Skip to content

Instantly share code, notes, and snippets.

@parulnith
Created August 22, 2018 23:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parulnith/828f3ab9989e41e30b791a190f469039 to your computer and use it in GitHub Desktop.
Save parulnith/828f3ab9989e41e30b791a190f469039 to your computer and use it in GitHub Desktop.
import folium
import pandas as pd
country_geo = 'world-countries.json'
data = pd.read_csv('Indicators.csv')
data.shape
data.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment