We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70abd64 commit 65f0463Copy full SHA for 65f0463
pandas/core/groupby/groupby.py
@@ -50,7 +50,7 @@ class providing the base-class of operations.
50
from pandas.errors import AbstractMethodError
51
from pandas.util._decorators import Appender, Substitution, cache_readonly, doc
52
53
-from pandas.core.dtypes.cast import maybe_cast_result, maybe_downcast_to_dtype
+from pandas.core.dtypes.cast import maybe_downcast_to_dtype
54
from pandas.core.dtypes.common import (
55
ensure_float,
56
is_bool_dtype,
0 commit comments