Skip to content

Commit f77f164

Browse files
author
Kristian Holsheimer
committed
fixed whatsnew note: was in wrong section
1 parent b65c6a0 commit f77f164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.24.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,7 @@ Reshaping
11941194
- Bug in :func:`merge_asof` when merging on float values within defined tolerance (:issue:`22981`)
11951195
- Bug in :func:`pandas.concat` when concatenating a multicolumn DataFrame with tz-aware data against a DataFrame with a different number of columns (:issue`22796`)
11961196
- Bug in :func:`merge_asof` where confusing error message raised when attempting to merge with missing values (:issue:`23189`)
1197+
- Bug in :meth:`DataFrame.nsmallest` and :meth:`DataFrame.nlargest` for dataframes that have :class:`MultiIndex`ed columns (:issue:`23033`).
11971198

11981199
.. _whatsnew_0240.bug_fixes.sparse:
11991200

@@ -1208,7 +1209,6 @@ Sparse
12081209
- Bug in ``DataFrame.groupby`` not including ``fill_value`` in the groups for non-NA ``fill_value`` when grouping by a sparse column (:issue:`5078`)
12091210
- Bug in unary inversion operator (``~``) on a ``SparseSeries`` with boolean values. The performance of this has also been improved (:issue:`22835`)
12101211
- Bug in :meth:`SparseArary.unique` not returning the unique values (:issue:`19595`)
1211-
- Bug in :meth:`DataFrame.nsmallest` and :meth:`DataFrame.nlargest` for dataframes that have :class:`MultiIndex`ed columns (:issue:`23033`).
12121212

12131213
Build Changes
12141214
^^^^^^^^^^^^^

0 commit comments

Comments
 (0)