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 @@ -694,12 +694,12 @@ Interval
694
694
Indexing
695
695
^^^^^^^^
696
696
- Bug in :meth: `DataFrame.__getitem__ ` returning modified columns when called with ``slice `` in Python 3.12 (:issue: `57500 `)
697
+ - Bug in :meth: `DataFrame.__getitem__ ` when slicing a :class: `DataFrame ` with many rows raised an ``OverflowError `` (:issue: `59531 `)
697
698
- Bug in :meth: `DataFrame.from_records ` throwing a ``ValueError `` when passed an empty list in ``index `` (:issue: `58594 `)
698
699
- Bug in :meth: `DataFrame.loc ` with inconsistent behavior of loc-set with 2 given indexes to Series (:issue: `59933 `)
699
700
- Bug in :meth: `Index.get_indexer ` and similar methods when ``NaN `` is located at or after position 128 (:issue: `58924 `)
700
701
- Bug in :meth: `MultiIndex.insert ` when a new value inserted to a datetime-like level gets cast to ``NaT `` and fails indexing (:issue: `60388 `)
701
702
- Bug in printing :attr: `Index.names ` and :attr: `MultiIndex.levels ` would not escape single quotes (:issue: `60190 `)
702
- - Bug in :meth: `DataFrame.__getitem__ ` when slicing a :class: `DataFrame ` with many rows raised an ``OverflowError `` (:issue: `59531 `)
703
703
704
704
Missing
705
705
^^^^^^^
You can’t perform that action at this time.
0 commit comments