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.2.rst
+1
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ Bug Fixes
86
86
87
87
- Bug in :meth:`pandas.core.groupby.GroupBy.transform` where applying a function to a timezone aware column would return a timezone naive result (:issue:`24198`)
88
88
- Bug in :func:`DataFrame.join` when joining on a timezone aware :class:`DatetimeIndex` (:issue:`23931`)
89
+
- Bug in groupby.idxmin() that returns DateTime values for DataTime columns (:issue:`25444`)
0 commit comments