-
Notifications
You must be signed in to change notification settings - Fork 917
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dask-cudf groupby handling when grouping by all columns (#10866)
Modifies `_make_name` and its various calls throughout the groupby code to address the fact that groupbys can sometimes return an index (i.e. list of strings) rather than a multi-index (i.e. list of tuples); right now the only case I know of where that can occur is when we compute a `GroupBy.agg` with no aggregations, which happens if we attempt to compute a groupby agg grouping by all columns. Closes #10863 Authors: - Charles Blackmon-Luca (https://github.com/charlesbluca) Approvers: - https://github.com/jakirkham - Mike McCarty (https://github.com/mmccarty) - Richard (Rick) Zamora (https://github.com/rjzamora) URL: #10866
- Loading branch information
1 parent
6352b4e
commit 80e4262
Showing
2 changed files
with
51 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters