-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
GH28337: Period index doesn't handle reindexing with a non-period index #28354
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.
if you are closing #28323, can you an a replicating test as well
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.
@jreback : Over to you again
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.
minor nit but otherwise lgtm
thanks @christopherzimmerman |
closes #28323
closes #28337
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
Adds a workaround to allow period indexes to be reindexed with non-period indexes.