-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
BUG: Raise ValueError on integer indexers containing NA; skip test for unsupported EAs(#56727) #61465
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
…t_values_invalid_na_position
…t_values_with_missing
…xes\multi\test_setops.py
Greetings! I’m following up on this PR. |
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. |
Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen. |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.What this PR changes:
Adds a check to _setitem_with_indexer to raise a ValueError when NA is present in the indexer.
Updates test_setitem_integer_with_missing_raises to skip test cases for known ExtensionArray types (PeriodArray, DatetimeArray, IntervalArray) that do not support indexing with NA in integer indexers.