dask / dask-expr

BSD 3-Clause "New" or "Revised" License
79 stars 18 forks source link

Refactor shuffle method to handle invalid columns #1091

Closed alex-rakowski closed 1 week ago

alex-rakowski commented 1 week ago

closes https://github.com/dask/dask/issues/11174

Handles shuffling on columns that do not exist. Raises a KeyError.

alex-rakowski commented 1 week ago

Only dask_expr/tests/test_groupby.py::test_groupby_index_array fails which is expected.

phofl commented 1 week ago

thx