Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement groupby.rolling API #6191

Closed
dchigarev opened this issue May 23, 2023 · 0 comments · Fixed by #6292
Closed

Implement groupby.rolling API #6191

dchigarev opened this issue May 23, 2023 · 0 comments · Fixed by #6292
Assignees
Labels
new feature/request 💬 Requests and pull requests for new features P1 Important tasks that we should complete soon

Comments

@dchigarev
Copy link
Collaborator

Currently it's defaulting to pandas:

modin/modin/pandas/groupby.py

Lines 1144 to 1145 in 2a0566e

def rolling(self, *args, **kwargs):
return self._default_to_pandas(lambda df: df.rolling(*args, **kwargs))

@dchigarev dchigarev added new feature/request 💬 Requests and pull requests for new features P1 Important tasks that we should complete soon labels May 23, 2023
@dchigarev dchigarev self-assigned this May 23, 2023
dchigarev added a commit to dchigarev/modin that referenced this issue Jun 25, 2023
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
anmyachev pushed a commit that referenced this issue Jun 29, 2023
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature/request 💬 Requests and pull requests for new features P1 Important tasks that we should complete soon
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant