PEP 561 typing stubs for geopandas, provided by typeshed. Version 1.1.3.20260408 supports Python >=3.10. These stubs allow static type checkers like mypy and pyright to understand geopandas types. They are released on a rolling schedule, synced to geopandas releases.
pip install types-geopandasVerified import paths — ran on the pinned version, not inferred.
Basic usage: import geopandas, use read_file to get a GeoDataFrame with type hints.
Ensure both are installed: pip install geopandas types-geopandas
Use shapely.geometry.Point (or other) as the underlying geometry type. For example: from shapely.geometry import Point
Upgrade: pip install --upgrade types-geopandas
No dependency data recorded yet.