Open shwina opened 8 months ago
The closed= parameter to rolling windows is currently unsupported:
closed=
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.rolling.html
Note that we support passing a pandas BaseIndexer object as the input to rolling(). Likely we could just reuse that to implement closed=.
rolling()
The
closed=
parameter to rolling windows is currently unsupported:https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.rolling.html