We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as discussed here
pandas api reference
support parameters:
window
min_periods
center
on
closed
maybe support parameters:
win_type
scipy.signal
maybe not support parameters:
step
method
engine='numba'
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
as discussed here
pandas api reference
Suggested solution
support parameters:
window
min_periods
: int, smaller thanwindow
ifwindow
is intcenter
: a checkboxon
: a dropdown of column namesclosed
: a radio of 'right', 'left', 'both', 'neither'maybe support parameters:
win_type
: must be a validscipy.signal
window functionmaybe not support parameters:
step
: will produce a result with a different shape than the inputmethod
: needengine='numba'
specified in the method callAlternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: