Skip to content

Commit

Permalink
FEAT: Add initial partial support for groupby.cumcount() (modin-proje…
Browse files Browse the repository at this point in the history
…ct#54) (service)
  • Loading branch information
pyrito authored and vnlitvinov committed Feb 27, 2023
1 parent bb86b33 commit 41084fb
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 @@ -911,6 +911,7 @@ def forwarding_method(self, by, *args, **kwargs):
"any",
"size",
"skew",
"cumcount",
"cumsum",
"cummax",
"cummin",
Expand Down

0 comments on commit 41084fb

Please sign in to comment.