Skip to main content

Geopandas

GeoPandas is an open source project to make working with geospatial data in python easier. GeoPandas extends the datatypes used by pandas to allow spatial operations on geometric types. Geometric operations are performed by shapely.

Installation and Setup​

We have to install several python packages.

pip install -U sodapy pandas geopandas

Document Loader​

See a usage example.

from langchain_community.document_loaders import OpenCityDataLoader

API Reference:


Help us out by providing feedback on this documentation page: