-
Notifications
You must be signed in to change notification settings - Fork 8
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
Can the rolling.Apply support multidimensional? #16
Comments
Hi @thouger, thanks for the link. My intention is that this library will only support 1D rolling windows, unlike the NumPy example. This is for a couple of reasons:
|
Hi @ajcr ,thanks for you answer,The reason that i want to add is because the "rolling" package is very overall package about 1D in pip.Because it can print the iterators result and it's a feature that numpy doesn't have(numpy only provide the result such as max,min when rolling window),so if the rolling package can print n-dimensional result when rolling window that will be even excellent. |
Thanks @thouger: I'll give your suggestion some more thought. It might be possible to find a solution. |
Now rolling.apply can roll window at one-dimensional,will be able to support multidimensional in the future?Like that:
I find it will be finish in that "https://gist.github.com/seberg/3866040".
The text was updated successfully, but these errors were encountered: