We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98356d6 commit 2dd44a8Copy full SHA for 2dd44a8
pandas/tests/window/test_rolling_skew_kurt.py
@@ -213,7 +213,6 @@ def test_rolling_kurt_edge_cases(step):
213
214
def test_rolling_skew_eq_value_fperr(step):
215
# #18804 all rolling skew for all equal values should return NaN
216
- # #46717 update: all equal values should return 0 instead of NaN
217
a = Series([1.1] * 15).rolling(window=10, step=step).skew()
218
assert a.isna().all()
219
0 commit comments