File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -180,10 +180,8 @@ Styler
180
180
181
181
.. _whatsnew_150.notable_bug_fixes.notable_bug_fix2 :
182
182
183
- Groupby/resample/rolling
184
- ^^^^^^^^^^^^^^^^^^^^^^^^
185
-
186
- - rolling mean / sum / std / var / skew / kurt now output correct result for window with same values (:issue: `42064 `, :issue: `30993 `)
183
+ notable_bug_fix2
184
+ ^^^^^^^^^^^^^^^^
187
185
188
186
.. ---------------------------------------------------------------------------
189
187
.. _whatsnew_150.api_breaking :
@@ -601,7 +599,7 @@ Groupby/resample/rolling
601
599
- Bug in :meth: `GroupBy.cummax ` with ``int64 `` dtype with leading value being the smallest possible int64 (:issue: `46382 `)
602
600
- Bug in :meth: `GroupBy.max ` with empty groups and ``uint64 `` dtype incorrectly raising ``RuntimeError `` (:issue: `46408 `)
603
601
- Bug in :meth: `.GroupBy.apply ` would fail when ``func `` was a string and args or kwargs were supplied (:issue: `46479 `)
604
- -
602
+ - Bug in :meth: ` Rolling.var ` and :meth: ` Rolling.std ` would give non-zero result with window of same values ( :issue: ` 42064 `)
605
603
606
604
Reshaping
607
605
^^^^^^^^^
You can’t perform that action at this time.
0 commit comments