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.25.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -1151,6 +1151,7 @@ Reshaping
1151
1151
- Bug in :func:`DataFrame.pivot_table`with a :class:`IntervalIndex`as pivot index would raise``TypeError`` (:issue:`25814`)
1152
1152
- Bug in :meth:`DataFrame.transpose` where transposing a DataFrame with a timezone-aware datetime column would incorrectly raise``ValueError`` (:issue:`26825`)
1153
1153
- Bug in :func:`pivot_table` when pivoting a timezone aware column as the ``values`` would remove timezone information (:issue:`14948`)
1154
+
- Bug in :func:`merge_asof` when specifying multiple ``by`` columns where one is``datetime64[ns, tz]`` dtype (:issue:`26649`)
0 commit comments