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

Add rolling transform to mo.ui.dataframe #3056

Open
metaboulie opened this issue Dec 4, 2024 · 0 comments
Open

Add rolling transform to mo.ui.dataframe #3056

metaboulie opened this issue Dec 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@metaboulie
Copy link
Contributor

metaboulie commented Dec 4, 2024

Description

as discussed here

pandas api reference

Suggested solution

support parameters:

  • window
  • min_periods: int, smaller than window if window is int
  • center: a checkbox
  • on: a dropdown of column names
  • closed: a radio of 'right', 'left', 'both', 'neither'

maybe support parameters:

maybe not support parameters:

  • step: will produce a result with a different shape than the input
  • method: need engine='numba' specified in the method call

Alternative

No response

Additional context

No response

@metaboulie metaboulie added the enhancement New feature or request label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant