Skip to content

Commit 2be5881

Browse files
committed
backticks and moved to .22
1 parent 5fa71e1 commit 2be5881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/whatsnew/v0.21.1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ 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-
- Bug when grouping by a single column and aggregating with a class like`list` or `tuple` (:issue:`18079`)
106+
-
107107
-
108108
-
109109

doc/source/whatsnew/v0.22.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Plotting
167167
Groupby/Resample/Rolling
168168
^^^^^^^^^^^^^^^^^^^^^^^^
169169

170-
-
170+
- Bug when grouping by a single column and aggregating with a class like ``list`` or ``tuple`` (:issue:`18079`)
171171
-
172172
-
173173

0 commit comments

Comments
 (0)