Skip to content

Commit 7152142

Browse files
author
Kristian Holsheimer
committed
Added whatsnew note in Bug Fixes / Reshaping
1 parent ae95e89 commit 7152142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.24.0.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,7 @@ Reshaping
883883
- Bug in :func:`pandas.wide_to_long` when a string is passed to the stubnames argument and a column name is a substring of that stubname (:issue:`22468`)
884884
- Bug in :func:`merge` when merging ``datetime64[ns, tz]`` data that contained a DST transition (:issue:`18885`)
885885
- Bug in :func:`merge_asof` when merging on float values within defined tolerance (:issue:`22981`)
886+
- Fixed :meth:`DataFrame.nsmallest` and :meth:`DataFrame.nsmallest` for dataframes that have :class:`MultiIndex`ed columns (:issue:`23033`).
886887

887888
Build Changes
888889
^^^^^^^^^^^^^

0 commit comments

Comments
 (0)