Pandas: transform a dbf Table into a dataframe
问题 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 been able to load the dbf file as a Table, but have not been able to figure out how to parse it and turn it into a pandas dataframe. What is the way to do it? This is where I am stuck at: import dbf thisTable = dbf.Table('C:\\Users\\myfolder\\project\\myfile.dbf') thisTable.open(mode='read-only') Python returns this statement as output, which I frankly