Pandas: transform a dbf Table into a dataframe

后端 未结 5 1054
后悔当初
后悔当初 2021-02-12 15:59

I want to read a dbf file of an ArcGIS shapefile and dump it into a pandas dataframe. I am currently using the dbf package.

I have apparently b

5条回答
  •  野的像风
    2021-02-12 16:41

    You might want to look at geopandas. It will allow you to do most important GIS operations

    http://geopandas.org/data_structures.html

提交回复
热议问题