-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: MultiIndex.difference incorrectly raising TypeError when indexes contain non-sortable entries #41915
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
result = idx.difference(other) | ||
tm.assert_index_equal(result, idx) |
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.
behavior change? needs a release note?
Can you check the performance impact here? (xref #41929 (comment)) |
ran asvs overnight and no obvious standouts. re-running a subset now to be on the safe side |
yep, all noise |
@meeseeksdev backport 1.3.x |
…raising TypeError when indexes contain non-sortable entries
Something went wrong ... Please have a look at my logs. |
…peError when indexes contain non-sortable entries (#42081) Co-authored-by: jbrockmendel <jbrockmendel@gmail.com>
… contain non-sortable entries (pandas-dev#41915)
Uh oh!
There was an error while loading. Please reload this page.