Skip to content

Commit

Permalink
Add client support for SeriesGroupby unique, nsmallest, nlargest (mod…
Browse files Browse the repository at this point in the history
…in-project#63) [service]

* Add client support for SeriesGroupby unique, nsmallest, nlargest

Signed-off-by: Naren Krishna <[email protected]>

---------

Signed-off-by: Naren Krishna <[email protected]>
  • Loading branch information
naren-ponder authored and vnlitvinov committed Feb 27, 2023
1 parent c7ba12a commit 1f907b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modin/core/execution/client/query_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,7 @@ def forwarding_method(self, by, *args, **kwargs):
"std",
"sem",
"rank",
"unique",
"nunique",
"median",
"quantile",
Expand All @@ -954,6 +955,8 @@ def forwarding_method(self, by, *args, **kwargs):
"var",
"first",
"last",
"nlargest",
"nsmallest",
}
)

Expand Down

0 comments on commit 1f907b4

Please sign in to comment.