File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -599,7 +599,7 @@ Groupby/resample/rolling
599
599
- Bug in :meth: `GroupBy.cummax ` with ``int64 `` dtype with leading value being the smallest possible int64 (:issue: `46382 `)
600
600
- Bug in :meth: `GroupBy.max ` with empty groups and ``uint64 `` dtype incorrectly raising ``RuntimeError `` (:issue: `46408 `)
601
601
- Bug in :meth: `.GroupBy.apply ` would fail when ``func `` was a string and args or kwargs were supplied (:issue: `46479 `)
602
- - Bug in :meth: `.Rolling.var ` would segfault when calculating weighted variance with large window size (:issue: `46760 `)
602
+ - Bug in :meth: `.Rolling.var ` would segfault calculating weighted variance when window size was larger than data size (:issue: `46760 `)
603
603
604
604
Reshaping
605
605
^^^^^^^^^
You can’t perform that action at this time.
0 commit comments