You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the change to dask-expr as a backend for DataFrames aggregation methods (like dissolve) raise an uninformative attribute error. The methods are still avaliable using a legacy dataframe (accessed through dask_df.to_legacy_dataframe()) so the error messaging could be updated to reflect this. Also, dask-expr documentation mentions that these methods are not supported, however I couldn't find any reference to the change in the dask-geopandas documentation.
Issue
Since the change to dask-expr as a backend for DataFrames aggregation methods (like dissolve) raise an uninformative attribute error. The methods are still avaliable using a legacy dataframe (accessed through
dask_df.to_legacy_dataframe()
) so the error messaging could be updated to reflect this. Also, dask-expr documentation mentions that these methods are not supported, however I couldn't find any reference to the change in the dask-geopandas documentation.Example
Output
Enviroment
dask
Name: dask
Version: 2024.4.0
Summary: Parallel PyData with Task Scheduling
Home-page:
Author:
Author-email:
License: BSD-3-Clause
Location: ...
Requires: click, cloudpickle, fsspec, importlib-metadata, packaging, partd, pyyaml, toolz
Required-by: dask-expr, dask-geopandas, dask-image, datacube, datashader, distributed, nlm, odc-stac, stackstac
dask-geopandas
Version: 0.3.1
Summary: Parallel GeoPandas with Dask
Home-page: https://github.com/geopandas/dask-geopandas
Author:
Author-email:
License: BSD
Location: ...
Requires: dask, distributed, geopandas, packaging
Required-by:
The text was updated successfully, but these errors were encountered: