-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
API: reimplement FixedWindowIndexer.get_window_bounds #37035
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good @justinessert
cc @mroeschke |
Could you also add a whatsnew entry in 1.2? |
Looks like there were some failures, but I do not believe those were caused by this PR |
@mroeschke I added a whatsnew entry about the reimplementation and linked Issue 36040, even though it's not technically fixing that issue (the issue was already fixed by your PR). Please lmk if this is what you intended I add, or if you were looking for something else. |
thanks @justinessert |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
This PR replaces 36132 following @mroeschke's 36567.
Originally, my PR was to fix Issue 36040. But it appears that Matthew's PR already fixed it! Nonetheless, I still included two things from my previous PR:
I don't believe any functionality was altered by this PR so I did not include a whatsnew entry