Skip to content

ENH: "forward rolling" - where instead of looking back at previous values, you look ahead at future values #60472

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

Closed
yotambraun opened this issue Dec 2, 2024 · 1 comment
Labels
Closing Candidate May be closeable, needs more eyeballs Enhancement Needs Info Clarification about behavior needed to assess issue Window rolling, ewma, expanding

Comments

@yotambraun
Copy link

yotambraun commented Dec 2, 2024

No description provided.

@yotambraun yotambraun added Enhancement Needs Triage Issue that has not been reviewed by a pandas team member labels Dec 2, 2024
@rhshadrach
Copy link
Member

Thanks for the request. It seems this can be accomplished by reversing the order of your data (e.g. via df[::-1]). If this doesn't suite your needs, please provide a full example of your input and desired output.

@rhshadrach rhshadrach added Needs Info Clarification about behavior needed to assess issue Window rolling, ewma, expanding Closing Candidate May be closeable, needs more eyeballs and removed Needs Triage Issue that has not been reviewed by a pandas team member labels Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closing Candidate May be closeable, needs more eyeballs Enhancement Needs Info Clarification about behavior needed to assess issue Window rolling, ewma, expanding
Projects
None yet
Development

No branches or pull requests

3 participants