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
It seems that the partitions are being evaluated to dask graph key tuples instead of the actual dataframes. I have run into similar issues with other dask_geopandas workflows, but they were random and I could only get it to happen infrequently (1/1000). This is the first case that reliably reproduces it. It began when I updated to include dask-expr.
to_feather
fails when trying to write a dataframe to disk with an odd error.If I add
print(f"{type(df) = }\n{df}")
at the start ofgeopandas.io.arrow._validate_dataframe
, where the error occurs, I get the following:It seems that the partitions are being evaluated to dask graph key tuples instead of the actual dataframes. I have run into similar issues with other
dask_geopandas
workflows, but they were random and I could only get it to happen infrequently (1/1000). This is the first case that reliably reproduces it. It began when I updated to includedask-expr
.Environment:
The text was updated successfully, but these errors were encountered: