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
Dropping the geometry column from a dask-geopandas GeoDataFrame no longer produces a dask DataFrame object. This causes errors in future operations where a GeoDataFrame is not expected or where the resulting GeoDataFrame thinks it should have a geometry column. The issue seems to stem from the dask-expr backend.
Dropping the geometry column from a dask-geopandas GeoDataFrame no longer produces a dask DataFrame object. This causes errors in future operations where a GeoDataFrame is not expected or where the resulting GeoDataFrame thinks it should have a geometry column. The issue seems to stem from the dask-expr backend.
Example:
Example Error:
Environment:
The text was updated successfully, but these errors were encountered: