Skip to content

Commit

Permalink
FEAT: Remove API layer default for groupby.get_group() (modin-project#70
Browse files Browse the repository at this point in the history
) [should upstream] [service]
  • Loading branch information
pyrito authored and vnlitvinov committed Mar 16, 2023
1 parent 26a62fd commit 457c902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modin/core/execution/client/query_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,7 @@ def forwarding_method(self, by, *args, **kwargs):
"tail",
"nth",
"ngroup",
"get_group",
"std",
"sem",
"rank",
Expand Down

0 comments on commit 457c902

Please sign in to comment.