Skip to content

Commit 0db0b0b

Browse files
committed
change the doc/source/whatsnew/v3.0.0.rst
2 parents 2732d60 + fa32798 commit 0db0b0b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ These are bug fixes that might have notable behavior changes.
9999
.. _whatsnew_300.notable_bug_fixes.groupby_unobs_and_na:
100100

101101

102-
103-
104102
Improved behavior in groupby for ``observed=False``
105103
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
106104

@@ -748,7 +746,6 @@ Indexing
748746
- Bug in printing :attr:`Index.names` and :attr:`MultiIndex.levels` would not escape single quotes (:issue:`60190`)
749747
- Bug in reindexing of :class:`DataFrame` with :class:`PeriodDtype` columns in case of consolidated block (:issue:`60980`, :issue:`60273`)
750748
- 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`)
752749

753750

754751
Missing

0 commit comments

Comments
 (0)