File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,7 @@ Groupby/Resample/Rolling
103
103
- Bug in ``DataFrame.resample(...).apply(...)`` when there is a callable that returns different columns (:issue:`15169`)
104
104
- Bug in ``DataFrame.resample(...)`` when there is a time change (DST) and resampling frequecy is 12h or higher (:issue:`15549`)
105
105
- Bug in ``pd.DataFrameGroupBy.count()`` when counting over a datetimelike column (:issue:`13393`)
106
- <<<<<<< HEAD
107
106
- 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
107
-
112
108
-
113
109
@@ -151,4 +147,4 @@ Other
151
147
^^^^^
152
148
153
149
-
154
- -
150
+ -
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ Plotting
168
168
Groupby/Resample/Rolling
169
169
^^^^^^^^^^^^^^^^^^^^^^^^
170
170
171
- -
171
+ - Bug when grouping by a single column and aggregating with a class like ``list`` or ``tuple`` (:issue:`18079`)
172
172
-
173
173
-
174
174
You can’t perform that action at this time.
0 commit comments