Skip to content

Commit 5f54903

Browse files
committed
Whats new moved and re-formulated
1 parent 248e9f0 commit 5f54903

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/source/whatsnew/v0.24.2.rst

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ Bug Fixes
5353

5454
- 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`)
5555
- Bug in :func:`DataFrame.join` when joining on a timezone aware :class:`DatetimeIndex` (:issue:`23931`)
56-
- Bug in groupby.idxmin() that returns DateTime values for DataTime columns (:issue:`25444`)
5756

5857
**Visualization**
5958

doc/source/whatsnew/v0.25.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Groupby/Resample/Rolling
254254
- Bug in :func:`pandas.core.groupby.GroupBy.agg` when applying a aggregation function to timezone aware data (:issue:`23683`)
255255
- Bug in :func:`pandas.core.groupby.GroupBy.first` and :func:`pandas.core.groupby.GroupBy.last` where timezone information would be dropped (:issue:`21603`)
256256
- Ensured that ordering of outputs in ``groupby`` aggregation functions is consistent across all versions of Python (:issue:`25692`)
257-
257+
- Bug in :func:`pandas.core.groupby.GroupBy.idxmin` and :func:`pandas.core.groupby.GroupBy.idxmax` that did not work correctly with datetime data (:issue:`25444`).
258258

259259
Reshaping
260260
^^^^^^^^^

0 commit comments

Comments
 (0)