-
-
Couldn't load subscription status.
- Fork 19.2k
BUG: DataFrame slice selection treated as hashable in Python 3.12 #57500 #58043
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
|
My commits are out of order, but I confirmed the unit test behaves correctly by backing out the bug fix and running my unit test on 3.12. As expected, it failed. |
|
Thanks @tehunter |
…das-dev#57500 (pandas-dev#58043) * Reorder slice and hashable in __getitem__ * Add unit test * Fix test and formatting * Update whatsnew * Restore original flow ordering * Move whatsnew entry to 3.0.0 * Move whatsnew entry to Indexing * Update doc/source/whatsnew/v3.0.0.rst --------- Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
|
@mroeschke - you okay with backporting this? Ref: #61675 (comment) |
Sure, fine by me |
|
@meeseeksdev backport to 2.3.x |
|
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
…as hashable in Python 3.12 pandas-dev#57500
doc/source/whatsnew/vX.X.X.rstfile if fixing a bug or adding a new feature.