marimo icon indicating copy to clipboard operation
marimo copied to clipboard

Add rolling transform to mo.ui.dataframe

Open metaboulie opened this issue 11 months ago • 0 comments

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 avatar Dec 04 '24 11:12 metaboulie