File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ Bug fixes
5353 characters as digits for :class: `StringDtype ` backed by PyArrow (:issue: `61466 `)
5454- Fix comparing a :class: `StringDtype ` Series with mixed objects raising an error (:issue: `60228 `)
5555- Fix error being raised when using a numpy ufunc with a Python-backed string array (:issue: `40800 `)
56+ - Fix bug in :meth: `Series.rolling ` and :meth: `DataFrame.rolling ` ``skew() `` and ``kurt() `` calculations
57+ that produced incorrect values for windows containing variance of zero.
58+ The implementation has been updated to return ``NaN `` in these cases, matching skipy.stats behavior
59+ and the non-rolling :meth: `Series.skew ` and :meth: `Series.kurt ` received the same behavior ensuring consistency. (:issue: `62864 `)
5660
5761Other changes
5862~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments