Skip to content

Commit 374c370

Browse files
committed
rebase cleanup
1 parent 836ef4c commit 374c370

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

doc/source/whatsnew/v0.21.1.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +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-
<<<<<<< HEAD
107106
- 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
111107
-
112108
-
113109

@@ -151,4 +147,4 @@ Other
151147
^^^^^
152148

153149
-
154-
-
150+
-

doc/source/whatsnew/v0.22.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Plotting
168168
Groupby/Resample/Rolling
169169
^^^^^^^^^^^^^^^^^^^^^^^^
170170

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

0 commit comments

Comments
 (0)