pygeodes.utils.formatting.load_dataframe#
- pygeodes.utils.formatting.load_dataframe(filepath: str)[source]#
This function loads a
pd.GeoDataFramefrom a file- Parameters:
- filepathstr
the file
- Returns:
- pd.GeoDataFrame
the dataframe
See also
export_dataframeto export a dataframe into a file