forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Data] Enable group over multiple keys in datasets (ray-project#37832)
This is a first draft into enabling grouping Ray datasets over multiple keys (i.e. passing a list of keys to `.group()`). A new unit test `test_groupby_multiple_keys_tabular_count` showcases an example. --------- Signed-off-by: Abdel Jaidi <[email protected]> Signed-off-by: Anton Kukushkin <[email protected]> Co-authored-by: Abdel Jaidi <[email protected]> Co-authored-by: Anton Kukushkin <[email protected]> Co-authored-by: Hao Chen <[email protected]>
- Loading branch information
1 parent
187c5c5
commit 310409f
Showing
6 changed files
with
168 additions
and
62 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
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
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
Oops, something went wrong.