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
+1-1
Original file line number
Diff line number
Diff line change
@@ -894,7 +894,7 @@ Reshaping
894
894
- Bug in :func:`merge` when merging ``datetime64[ns, tz]`` data that contained a DST transition (:issue:`18885`)
895
895
- Bug in :func:`merge_asof` when merging on float values within defined tolerance (:issue:`22981`)
896
896
- 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`)
897
-
- Bug in :meth:`DataFrame.nsmallest` and :meth:`DataFrame.nsmallest` for dataframes that have :class:`MultiIndex`ed columns (:issue:`23033`).
897
+
- Fixed :meth:`DataFrame.nsmallest` and :meth:`DataFrame.nlargest` for dataframes that have :class:`MultiIndex`ed columns (:issue:`23033`).
0 commit comments