Skip to content

Commit e3a902a

Browse files
committed
DOC: Move whatsnew note for pandas-dev#58043 to v2.3.4
1 parent d597079 commit e3a902a

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

doc/source/whatsnew/v2.3.4.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
.. _whatsnew_234:
3+
4+
What's new in 2.3.4 (November XX, 2025)
5+
----------------------------------------
6+
7+
These are the changes in pandas 2.3.4. See :ref:`release` for a full changelog
8+
including other versions of pandas.
9+
10+
{{ header }}
11+
12+
.. ---------------------------------------------------------------------------
13+
14+
Bug fixes
15+
^^^^^^^^^
16+
- Bug in :meth:`DataFrame.__getitem__` returning modified columns when called with ``slice`` in Python 3.12 (:issue:`57500`)
17+
18+
.. ---------------------------------------------------------------------------
19+
.. _whatsnew_234.contributors:
20+
21+
Contributors
22+
~~~~~~~~~~~~

doc/source/whatsnew/v3.0.0.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,6 @@ Interval
10441044

10451045
Indexing
10461046
^^^^^^^^
1047-
- Bug in :meth:`DataFrame.__getitem__` returning modified columns when called with ``slice`` in Python 3.12 (:issue:`57500`)
10481047
- Bug in :meth:`DataFrame.__getitem__` when slicing a :class:`DataFrame` with many rows raised an ``OverflowError`` (:issue:`59531`)
10491048
- Bug in :meth:`DataFrame.from_records` throwing a ``ValueError`` when passed an empty list in ``index`` (:issue:`58594`)
10501049
- Bug in :meth:`DataFrame.loc` and :meth:`DataFrame.iloc` returning incorrect dtype when selecting from a :class:`DataFrame` with mixed data types. (:issue:`60600`)

0 commit comments

Comments
 (0)