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 1adbb0c commit c5df6ecCopy full SHA for c5df6ec
pandas/tests/groupby/methods/test_kurt.py
@@ -1,5 +1,7 @@
1
import numpy as np
2
3
+import pandas.util._test_decorators as td
4
+
5
import pandas as pd
6
import pandas._testing as tm
7
@@ -28,6 +30,7 @@ def test_groupby_kurt_equivalence():
28
30
tm.assert_frame_equal(result, expected)
29
31
32
33
+@td.skip_if_no("pyarrow")
34
def test_groupby_kurt_arrow_float64():
35
# GH#40139
36
# Test groupby.kurt() with float64[pyarrow] dtype
0 commit comments