Skip to content

Commit 8bca040

Browse files
author
Kristian Holsheimer
committed
Added whatsnew note in Bug Fixes / Reshaping
1 parent fc08890 commit 8bca040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.24.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1207,6 +1207,7 @@ Sparse
12071207
- Bug in ``DataFrame.groupby`` not including ``fill_value`` in the groups for non-NA ``fill_value`` when grouping by a sparse column (:issue:`5078`)
12081208
- Bug in unary inversion operator (``~``) on a ``SparseSeries`` with boolean values. The performance of this has also been improved (:issue:`22835`)
12091209
- Bug in :meth:`SparseArary.unique` not returning the unique values (:issue:`19595`)
1210+
- Fixed :meth:`DataFrame.nsmallest` and :meth:`DataFrame.nlargest` for dataframes that have :class:`MultiIndex`ed columns (:issue:`23033`).
12101211

12111212
Build Changes
12121213
^^^^^^^^^^^^^

0 commit comments

Comments
 (0)