Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 44e3863

Browse files
committed
Update whatsnew for pandas-dev#50840
1 parent b204958 commit 44e3863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v2.0.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,7 @@ Groupby/resample/rolling
10561056
- Bug in :meth:`.DataFrameGroupBy.transform` and :meth:`.SeriesGroupBy.transform` would raise incorrectly when grouper had ``axis=1`` for ``"idxmin"`` and ``"idxmax"`` arguments (:issue:`45986`)
10571057
- Bug in :class:`.DataFrameGroupBy` would raise when used with an empty DataFrame, categorical grouper, and ``dropna=False`` (:issue:`50634`)
10581058
- Bug in :meth:`.SeriesGroupBy.value_counts` did not respect ``sort=False`` (:issue:`50482`)
1059+
- Bug in :meth:`DataFrameGroupBy.resample` raises ``KeyError`` when getting the result from a key list when resampling on time index (:issue:`50840`)
10591060
-
10601061

10611062
Reshaping

0 commit comments

Comments
 (0)