File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -691,11 +691,11 @@ Interval
691
691
692
692
Indexing
693
693
^^^^^^^^
694
- - Bug in :meth: `Series.mask ` unexpectedly filling ``pd.NA `` (:issue: `60729 `)
695
694
- Bug in :meth: `DataFrame.__getitem__ ` returning modified columns when called with ``slice `` in Python 3.12 (:issue: `57500 `)
696
695
- Bug in :meth: `DataFrame.from_records ` throwing a ``ValueError `` when passed an empty list in ``index `` (:issue: `58594 `)
697
696
- Bug in :meth: `DataFrame.loc ` with inconsistent behavior of loc-set with 2 given indexes to Series (:issue: `59933 `)
698
697
- Bug in :meth: `MultiIndex.insert ` when a new value inserted to a datetime-like level gets cast to ``NaT `` and fails indexing (:issue: `60388 `)
698
+ - Bug in :meth: `Series.mask ` unexpectedly filling ``pd.NA `` (:issue: `60729 `)
699
699
- Bug in printing :attr: `Index.names ` and :attr: `MultiIndex.levels ` would not escape single quotes (:issue: `60190 `)
700
700
701
701
Missing
You can’t perform that action at this time.
0 commit comments