pygeodes.utils.formatting.load_dataframe#

pygeodes.utils.formatting.load_dataframe(filepath: str)[source]#

This function loads a pd.GeoDataFrame from a file

Parameters:
filepathstr

the file

Returns:
pd.GeoDataFrame

the dataframe

See also

export_dataframe

to export a dataframe into a file