Skip to content

Commit 2732d60

Browse files
committed
change the doc/source/whatsnew/v3.0.0.rst
1 parent 99fd1b5 commit 2732d60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +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`)
100+
101+
101102

102103

103104
Improved behavior in groupby for ``observed=False``
@@ -747,6 +748,7 @@ Indexing
747748
- Bug in printing :attr:`Index.names` and :attr:`MultiIndex.levels` would not escape single quotes (:issue:`60190`)
748749
- Bug in reindexing of :class:`DataFrame` with :class:`PeriodDtype` columns in case of consolidated block (:issue:`60980`, :issue:`60273`)
749750
- Bug in :class:`Index` methods when handling mixed integer and string values (e.g. ``Index([0, "a", 1, "b", 2, "c"])``) uncovered by new test case (:issue:`54072`)
751+
- ``Index.__setitem__`` raises ``ValueError`` when integer indexers contain ``pd.NA``. (:gh:`61465`)
750752

751753

752754
Missing

0 commit comments

Comments
 (0)