Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve coverage of dask-cudf's groupby aggregation, add tests for dropna support #10449

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
e0bd9eb
Add tests for dask-cudf vs dask dropna support
charlesbluca Mar 17, 2022
08d9344
Add all supported aggregation methods, fix dropna support
charlesbluca Mar 17, 2022
cee4456
Merge remote-tracking branch 'upstream/branch-22.04' into dask-cudf-d…
charlesbluca Mar 18, 2022
a92f20a
Merge remote-tracking branch 'upstream/branch-23.06' into dask-cudf-d…
charlesbluca Mar 22, 2022
dd67272
Merge remote-tracking branch 'upstream/branch-22.06' into dask-cudf-d…
charlesbluca Mar 29, 2022
4daa865
Merge remote-tracking branch 'upstream/branch-22.06' into dask-cudf-d…
charlesbluca Apr 1, 2022
2cbdb51
Merge remote-tracking branch 'upstream/branch-22.06' into dask-cudf-d…
charlesbluca Apr 11, 2022
36aedc2
Merge remote-tracking branch 'upstream/branch-22.06' into dask-cudf-d…
charlesbluca Apr 11, 2022
c1b1dd1
Do input validation for aggregation methods
charlesbluca Apr 11, 2022
537eaef
Use wrapper to handle groupby checks
charlesbluca Apr 14, 2022
8687d76
Remove breakpoint
charlesbluca Apr 14, 2022
6981f4e
Update param matrix for dropna test
charlesbluca Apr 14, 2022
c5b83fd
Commit one missed dropna
charlesbluca Apr 14, 2022
c5cd2ae
Merge remote-tracking branch 'upstream/branch-22.06' into dask-cudf-d…
charlesbluca Apr 22, 2022
d7d4d23
Merge remote-tracking branch 'upstream/branch-22.06' into dask-cudf-d…
charlesbluca May 9, 2022
9d1a3c1
Include args in wrapper's upstream method call
charlesbluca May 9, 2022
27331a2
Add comment pointing out new upstream groupby behavior
charlesbluca May 10, 2022
12c558b
Add docstring to method decorator
charlesbluca May 10, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading