Skip to content

Commit 71df7ab

Browse files
Update v3.0.0.rst
Updated whatsnew to reflect fix to maybe_indices_to_slice to address OverflowError.
1 parent 7e52467 commit 71df7ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ Indexing
591591
^^^^^^^^
592592
- Bug in :meth:`DataFrame.__getitem__` returning modified columns when called with ``slice`` in Python 3.12 (:issue:`57500`)
593593
- Bug in :meth:`DataFrame.from_records` throwing a ``ValueError`` when passed an empty list in ``index`` (:issue:`58594`)
594+
- Bug in :meth:`maybe_indices_to_slice` max_len was set to an int causing ``OverflowError``: value too large to convert to int when manipulating very large dataframes (:issue:`59531`)
594595
-
595596

596597
Missing

0 commit comments

Comments
 (0)