Skip to content

Commit a8e37ed

Browse files
committed
comment
1 parent 76fb0aa commit a8e37ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3715,7 +3715,7 @@ def extract_unique_dtypes_from_dtypes_set(
37153715
issubclass(unique_dtype.type, tuple(dtypes_set))
37163716
or (
37173717
np.number in dtypes_set
3718-
and hasattr(unique_dtype, "_is_numeric")
3718+
and hasattr(unique_dtype, "_is_numeric") # EA case
37193719
and unique_dtype._is_numeric
37203720
)
37213721
)

0 commit comments

Comments
 (0)