Skip to content

Commit 81d328e

Browse files
committed
remove int and float
1 parent 5b1f31e commit 81d328e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/arrays/arrow/array.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2760,8 +2760,6 @@ def _groupby_op(
27602760
pa.types.is_decimal(pa_type)
27612761
or pa.types.is_string(pa_type)
27622762
or pa.types.is_large_string(pa_type)
2763-
or pa.types.is_integer(pa_type) # TEMPORARY: for testing
2764-
or pa.types.is_floating(pa_type) # TEMPORARY: for testing
27652763
):
27662764
result = self._groupby_op_pyarrow(
27672765
how=how,

0 commit comments

Comments
 (0)