Skip to content

Commit

Permalink
Add QC method for groupby.sem (modin-project#47) (service)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrito authored and vnlitvinov committed Mar 16, 2023
1 parent febd92c commit 9120db5
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 @@ -917,6 +917,7 @@ def forwarding_method(self, by, *args, **kwargs):
"cummin",
"cumprod",
"std",
"sem",
"rank",
"nunique",
"median",
Expand Down

0 comments on commit 9120db5

Please sign in to comment.