We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfeaf55 commit 836ef4cCopy full SHA for 836ef4c
doc/source/whatsnew/v0.21.1.txt
@@ -103,7 +103,11 @@ Groupby/Resample/Rolling
103
- Bug in ``DataFrame.resample(...).apply(...)`` when there is a callable that returns different columns (:issue:`15169`)
104
- Bug in ``DataFrame.resample(...)`` when there is a time change (DST) and resampling frequecy is 12h or higher (:issue:`15549`)
105
- Bug in ``pd.DataFrameGroupBy.count()`` when counting over a datetimelike column (:issue:`13393`)
106
+<<<<<<< HEAD
107
- 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
111
-
112
113
0 commit comments