Skip to content

Commit 3cfdbcd

Browse files
committed
DOC: Add whatsnew entry for setitem with NA in indexer
1 parent 5e49988 commit 3cfdbcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ Notable bug fixes
9797
These are bug fixes that might have notable behavior changes.
9898

9999
.. _whatsnew_300.notable_bug_fixes.groupby_unobs_and_na:
100+
- ``Index.__setitem__`` raises ``ValueError`` when integer indexers contain ``pd.NA``. (:gh:`61465`)
101+
100102

101103
Improved behavior in groupby for ``observed=False``
102104
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)