File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Version 2.3
2424.. toctree ::
2525 :maxdepth: 2
2626
27+ v2.3.4
2728 v2.3.3
2829 v2.3.2
2930 v2.3.1
Original file line number Diff line number Diff line change 1+ .. _whatsnew_234 :
2+
3+ What's new in 2.3.4 (November XX, 2025)
4+ ----------------------------------------
5+
6+ These are the changes in pandas 2.3.4. See :ref: `release ` for a full changelog
7+ including other versions of pandas.
8+
9+ {{ header }}
10+
11+ .. ---------------------------------------------------------------------------
12+
13+ Bug fixes
14+ ^^^^^^^^^
15+ - Bug in :meth: `DataFrame.__getitem__ ` returning modified columns when called with ``slice `` in Python 3.12 (:issue: `57500 `)
16+
17+ .. ---------------------------------------------------------------------------
18+ .. _whatsnew_234.contributors :
19+
20+ Contributors
21+ ~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -1132,7 +1132,6 @@ Interval
11321132
11331133Indexing
11341134^^^^^^^^
1135- - Bug in :meth: `DataFrame.__getitem__ ` returning modified columns when called with ``slice `` in Python 3.12 (:issue: `57500 `)
11361135- Bug in :meth: `DataFrame.__getitem__ ` when slicing a :class: `DataFrame ` with many rows raised an ``OverflowError `` (:issue: `59531 `)
11371136- Bug in :meth: `DataFrame.__setitem__ ` on an empty :class: `DataFrame ` with a tuple corrupting the frame (:issue: `54385 `)
11381137- Bug in :meth: `DataFrame.from_records ` throwing a ``ValueError `` when passed an empty list in ``index `` (:issue: `58594 `)
You can’t perform that action at this time.
0 commit comments