radproc.arcgis.attribute_table_to_df

radproc.arcgis.attribute_table_to_df(inFC)

Load data from dbf table into a pandas DataFrame for subsequent analysis.

Parameters:
inFC: String
Path and name of ArcGIS Feature Class, Shapefile or dbf table.
Returns:
df : pandas DataFrame
containing data from attribute table