Open
Description
Feature Type
-
Adding new functionality to pandas
-
Changing existing functionality in pandas
-
Removing existing functionality in pandas
Problem Description
Would be really great to be able to write df.rolling(window="7d", step="1d)
Currently this returns NotImplementedError: step is not supported with frequency windows
Feature Description
.
Alternative Solutions
.
Additional Context
No response