Skip to content

Commit c9be7ba

Browse files
committed
Added an entry in the latest doc/source/whatsnew/v3.0.0.rst
1 parent 342b814 commit c9be7ba

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
@@ -744,6 +744,8 @@ Indexing
744744
- Bug in :meth:`MultiIndex.insert` when a new value inserted to a datetime-like level gets cast to ``NaT`` and fails indexing (:issue:`60388`)
745745
- Bug in printing :attr:`Index.names` and :attr:`MultiIndex.levels` would not escape single quotes (:issue:`60190`)
746746
- Bug in reindexing of :class:`DataFrame` with :class:`PeriodDtype` columns in case of consolidated block (:issue:`60980`, :issue:`60273`)
747+
- 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`)
748+
747749

748750
Missing
749751
^^^^^^^

0 commit comments

Comments
 (0)