We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da877df commit 5783ce1Copy full SHA for 5783ce1
pandas/core/groupby/categorical.py
@@ -2,7 +2,6 @@
2
from pandas.core.algorithms import unique1d
3
from pandas.core.arrays.categorical import (
4
_recode_for_categories, CategoricalDtype, Categorical)
5
-from pandas import CategoricalIndex, Series
6
7
8
def recode_for_groupby(c, sort, observed):
0 commit comments