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

rolling API for Dataframe and Series #1138

Closed
devin-petersohn opened this issue Mar 10, 2020 · 0 comments · Fixed by #1758
Closed

rolling API for Dataframe and Series #1138

devin-petersohn opened this issue Mar 10, 2020 · 0 comments · Fixed by #1758
Assignees
Labels
new feature/request 💬 Requests and pull requests for new features P1 Important tasks that we should complete soon
Milestone

Comments

@devin-petersohn
Copy link
Collaborator

Currently, there is no way to do window operations in Modin out of the box. rolling is a very commonly used operation and should be supported in Modin.

@devin-petersohn devin-petersohn added the new feature/request 💬 Requests and pull requests for new features label Mar 10, 2020
@devin-petersohn devin-petersohn added this to the 0.7.4 milestone Mar 19, 2020
@devin-petersohn devin-petersohn added the P1 Important tasks that we should complete soon label May 13, 2020
@prutskov prutskov self-assigned this Jul 22, 2020
@prutskov prutskov linked a pull request Jul 22, 2020 that will close this issue
5 tasks
prutskov added a commit to prutskov/modin that referenced this issue Jul 23, 2020
…eries.rolling`,

`DataFrame.rolling` functionality to enable rolling window operations

Signed-off-by: Alexey Prutskov <[email protected]>
devin-petersohn pushed a commit that referenced this issue Jul 23, 2020
functionality to enable rolling window operations

Signed-off-by: Alexey Prutskov <[email protected]>
aregm pushed a commit to aregm/modin that referenced this issue Sep 16, 2020
…eries.rolling`, `DataFrame.rolling`

functionality to enable rolling window operations

Signed-off-by: Alexey Prutskov <[email protected]>
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.

2 participants