File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +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
- - Bug when grouping by a single column and aggregating with a class like`list` or `tuple` (:issue:`18079`)
106
+ -
107
107
-
108
108
-
109
109
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ Plotting
167
167
Groupby/Resample/Rolling
168
168
^^^^^^^^^^^^^^^^^^^^^^^^
169
169
170
- -
170
+ - Bug when grouping by a single column and aggregating with a class like ``list`` or ``tuple`` (:issue:`18079`)
171
171
-
172
172
-
173
173
You can’t perform that action at this time.
0 commit comments