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
Don't put GeoSeries in map_partitions kwarg (#205)
* Workaround for the fact that we can't include a partitioned _Frame in
map_partitions kwargs without it being concatenated on a single worker.
This is an upstream bug dask/dask#8308, but
the fix is challenging.
* Check for dd.core._Frame
* Add test
* Address code review
0 commit comments