dask_geopandas.from_dask_dataframe#

dask_geopandas.from_dask_dataframe(df, geometry=None)#

Create GeoDataFrame from dask DataFrame.

Parameters:
dfdask DataFrame
geometrystr or array-like, optional

If a string, the column to use as geometry. By default, it will look for a column named “geometry”. If array-like or dask (Geo)Series, the values will be set as ‘geometry’ column on the GeoDataFrame.