Skip to content

Commit 666461f

Browse files
committed
update whatsnew entry
1 parent 3ffe101 commit 666461f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.21.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ Groupby/Resample/Rolling
623623
- Bug in ``.rolling(...).apply(...)`` with a ``DataFrame`` with a ``DatetimeIndex``, a ``window`` of a timedelta-convertible and ``min_periods >= 1` (:issue:`15305`)
624624
- Bug in ``DataFrame.groupby`` where index and column keys were not recognized correctly when the number of keys equaled the number of elements on the groupby axis (:issue:`16859`)
625625
- Bug in ``groupby.nunique()`` with ``TimeGrouper`` which cannot handle ``NaT`` correctly (:issue:`17575`)
626+
- Bug in ``TimeGrouper`` differs when passes as a list and as a scalar (:issue:`17530`)
626627

627628
Sparse
628629
^^^^^^

0 commit comments

Comments
 (0)