-
Notifications
You must be signed in to change notification settings - Fork 916
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add post-processing steps to `dask_cudf.groupby.CudfSeriesGroupby.agg…
…regate` (#8694) Closes #8655 Adds some post-processing steps to Dask-cuDF's series groupby when using the optimized codepaths for aggregations, to match [those done by Dask](https://github.com/dask/dask/blob/8601b540f8e7eac95fa739a5ca28f1d707299ed0/dask/dataframe/groupby.py#L1917-L1921). These ensure that a `dask_cudf.Series` is always returned for the groupby operation, which was a problem observed in #8655. Authors: - Charles Blackmon-Luca (https://github.com/charlesbluca) Approvers: - Richard (Rick) Zamora (https://github.com/rjzamora) URL: #8694
- Loading branch information
1 parent
0b9ea01
commit 7823a18
Showing
2 changed files
with
4 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