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 a75d491 commit 9b53a14Copy full SHA for 9b53a14
pandas/tests/extension/base/groupby.py
@@ -6,7 +6,6 @@
6
is_bool_dtype,
7
is_numeric_dtype,
8
is_object_dtype,
9
- is_string_dtype,
10
)
11
12
import pandas as pd
@@ -151,7 +150,6 @@ def test_in_numeric_groupby(self, data_for_grouping):
151
150
is_numeric_dtype(dtype)
152
or is_bool_dtype(dtype)
153
or dtype.name == "decimal"
154
- or is_string_dtype(dtype)
155
or is_object_dtype(dtype)
156
or dtype.kind == "m" # in particular duration[*][pyarrow]
157
):
0 commit comments