-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
BUG: fix reindexing with a tz-aware index and method='nearest' #31511
Conversation
Thanks @MarcoGorelli for the guidance! Is there anything else I can improve? |
Docs build fail seems unrelated, transient network error? https://github.com/pandas-dev/pandas/pull/31511/checks?check_run_id=419939179#step:6:37 |
@kanderso-nrel likely a network issue, you could add a whatsnew note in |
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, some comments, pls merge master. ping on green.
thanks! |
…h a tz-aware index and method='nearest')
…re index and method='nearest') (#32150)
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
First pandas PR, happy to make changes as needed. Is a whatsnew entry needed? And if so, I assume it should go in v1.0.1.rst?