Image

geopandas test

May 16, 2023, 11:32 p.m.
Category: Data Science



In [2]:



import geopandas as gpd






In [3]:



world = gpd.read_file(gpd.datasets.get_path('naturalearth_lowres'))






In [4]:



world.plot()




Out[4]:


<AxesSubplot: >


>





In [5]:



world.explore()




Out[5]:

Make this Notebook Trusted to load map: File -> Trust Notebook





In [ ]:



 



In [2]:
import geopandas as gpd
In [3]:
world = gpd.read_file(gpd.datasets.get_path('naturalearth_lowres'))
In [4]:
world.plot()
Out[4]:
<AxesSubplot: >
In [5]:
world.explore()
Out[5]:
Make this Notebook Trusted to load map: File -> Trust Notebook