import geopandas as gpd
The global dataset is massive. Filter your data by country or administrative level early in your workflow to avoid performance lag. download gadm data version 36 work
This is the most efficient way to get data if you only need a specific region. You can select from over 200 countries on the Country Download page . import geopandas as gpd The global dataset is massive
GADM version 3.6 maps the administrative boundaries of all countries, their subdivisions, and extra-territorial regions. States in the US
The data includes the spatial boundaries (polygons) and the names of the administrative units.
Top-tier sub-divisions (e.g., States in the US, Provinces in Canada, Regions in Italy).