ProvidersMoreGeopandasOn this pageGeopandasGeoPandas 是一个开源项目,旨在使在 Python 中处理地理空间数据变得更加容易。GeoPandas 扩展了 pandas 使用的数据类型,以允许对几何类型进行空间操作。几何操作是由 shapely 执行的。安装和设置我们需要安装几个 Python 包。pip install -U sodapy pandas geopandas文档加载器查看 使用示例。from langchain_community.document_loaders import OpenCityDataLoaderWas this page helpful?You can leave detailed feedback on GitHub.