You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -883,6 +883,7 @@ Reshaping
883
883
- 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`)
884
884
- Bug in :func:`merge` when merging ``datetime64[ns, tz]`` data that contained a DST transition (:issue:`18885`)
885
885
- 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`).
0 commit comments