-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
[backport 2.3.x] API: ignore empty range/object dtype in Index setop operations (string dtype compat) (#60797) #60948
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
[backport 2.3.x] API: ignore empty range/object dtype in Index setop operations (string dtype compat) (#60797) #60948
Conversation
…g dtype compat) (pandas-dev#60797) (cherry picked from commit ee06e71)
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
I guess this is not happening. Feel free to reopen if needed. |
@mroeschke FWIW best not to remove milestones from backport PRs, because then we will certainly loose track of them .. (or in general please add a comment when doing so, such that it generates a notification, because unfortunately github makes milestone changes silent) I of course should have updated this a while ago, but ideally this still goes into 2.3.x (assuming there might be some more bugfix release) |
Ah sorry about that @jorisvandenbossche. Thanks for the reminder |
There are a bunch of failures in the expression tests, eg |
Handling that in #61638 |
(cherry picked from commit ee06e71)
Backport of #60797