-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Fix raw parameter not being respected in groupby.rolling.apply #31842
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
Conversation
thanks @mroeschke |
@mroeschke can you check if this was backported? |
Don't see it in https://github.com/pandas-dev/pandas/commits/1.0.x. I'll backport it when I get a chance |
@meeseeksdev backport to 1.0.x |
…ted in groupby.rolling.apply
@mroeschke I mentioned it on the core list as well now, but know that often commenting with what I did above is enough, which can avoid you need to take the time to manually backport. |
…upby.rolling.apply (#32093) Co-authored-by: Matthew Roeschke <[email protected]>
Thanks @jorisvandenbossche. Sorry I forgot to revisit this and backport this PR |
raw=True
no longer applies to groupby().rolling() in 1.0.0 #31754black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff