Skip to content

Commit 836ef4c

Browse files
committed
added whatsnew
1 parent bfeaf55 commit 836ef4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/whatsnew/v0.21.1.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,11 @@ Groupby/Resample/Rolling
103103
- Bug in ``DataFrame.resample(...).apply(...)`` when there is a callable that returns different columns (:issue:`15169`)
104104
- Bug in ``DataFrame.resample(...)`` when there is a time change (DST) and resampling frequecy is 12h or higher (:issue:`15549`)
105105
- Bug in ``pd.DataFrameGroupBy.count()`` when counting over a datetimelike column (:issue:`13393`)
106+
<<<<<<< HEAD
106107
- Bug in ``rolling.var`` where calculation is inaccurate with a zero-valued array (:issue:`18430`)
108+
=======
109+
- Bug when grouping by a single column and aggregating with a class like`list` or `tuple` (:issue:`18079`)
110+
>>>>>>> added whatsnew
107111
-
108112
-
109113

0 commit comments

Comments
 (0)