8000 BUG: Array.__setitem__ failing with nullable boolean mask by charlesdong1991 · Pull Request #31484 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

BUG: Array.__setitem__ failing with nullable boolean mask #31484

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

Merged
merged 20 commits into from
Feb 1, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add whatsnew
  • Loading branch information
charlesdong1991 committed Jan 31, 2020
commit bc2add30f5c8ea4ce98e655726dfae2dc4864637
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.0.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Indexing

-
-
- Bug in ``__setitem__`` in ``Array`` which fails with nullable boolean mask (:issue:`31446`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Bug in ``__setitem__`` in ``Array`` which fails with nullable boolean mask (:issue:`31446`)
- Bug where assigning to a Series using a IntegerArray / BooleanArray as a mask would raise ``TypeError`` (:issue:`31446`)


Missing
^^^^^^^
Expand Down
0