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
I also experienced this, downgrading to 2024.2.1 as you suggested also resolved the issue for me. I did not check every version in between 2024.2.1 and 2024.4.1, did you by chance?
Curious if 2024.2.1 is the latest version that works or if any of these do as well?
Yeah, for now you will need to use a slightly older version of dask, or disable query planning manually, because the latest dask-geopandas does not yet supports dask's new query planning features (see #284, and PR #285 that fixes this bug).
Hello,
The method
to_parquet()
method is not working withdask
version2024.4.1
. This is the error:ArrowTypeError: Did not pass numpy.dtype object
With
dask
version2024.2.1
it works fine.Here is a minimal reproducible example of the error
The package versions I'm using when I find the error:
Below are the relevant sections of the traceback:
Many thanks 🙏
The text was updated successfully, but these errors were encountered: