Martin Kavalar / Aug 21 2019

GeoPandas

Remix this to get started with GeoPandas.

%matplotlib inline
import geopandas
import geoplot

world = geopandas.read_file(geopandas.datasets.get_path('naturalearth_lowres'))
geoplot.polyplot(world, figsize=(12, 6))