Skip to content

Commit 603a209

Browse files
committed
Move whatsnew entry to Indexing
1 parent 8dda641 commit 603a209

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ Bug fixes
340340
~~~~~~~~~
341341
- Fixed bug in :class:`SparseDtype` for equal comparison with na fill value. (:issue:`54770`)
342342
- Fixed bug in :meth:`.DataFrameGroupBy.median` where nat values gave an incorrect result. (:issue:`57926`)
343-
- Fixed bug in :meth:`DataFrame.__getitem__` returning modified columns when called with ``slice`` on Python 3.12 (:issue:`57500`)
344343
- Fixed bug in :meth:`DataFrame.cumsum` which was raising ``IndexError`` if dtype is ``timedelta64[ns]`` (:issue:`57956`)
345344
- Fixed bug in :meth:`DataFrame.eval` and :meth:`DataFrame.query` which caused an exception when using NumPy attributes via ``@`` notation, e.g., ``df.eval("@np.floor(a)")``. (:issue:`58041`)
346345
- Fixed bug in :meth:`DataFrame.join` inconsistently setting result index name (:issue:`55815`)
@@ -353,7 +352,6 @@ Bug fixes
353352
- Fixed bug in :meth:`Series.replace` and :meth:`DataFrame.replace` inconsistently replacing matching instances when ``regex=True`` and missing values are present. (:issue:`56599`)
354353
- Fixed bug in :meth:`read_csv` raising ``TypeError`` when ``index_col`` is specified and ``na_values`` is a dict containing the key ``None``. (:issue:`57547`)
355354

356-
357355
Categorical
358356
^^^^^^^^^^^
359357
-
@@ -397,7 +395,7 @@ Interval
397395

398396
Indexing
399397
^^^^^^^^
400-
-
398+
- Fixed bug in :meth:`DataFrame.__getitem__` returning modified columns when called with ``slice`` on Python 3.12 (:issue:`57500`)
401399
-
402400

403401
Missing

0 commit comments

Comments
 (0)