Skip to content

Commit 4ab3a1f

Browse files
committed
DOC: Factor -> Categorical.
1 parent d72a2d9 commit 4ab3a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/groupby.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,8 @@ versions of pandas, but users were generally discarding the NA group anyway
606606
Grouping with ordered factors
607607
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
608608

609-
Categorical variables represented as instance of pandas's ``Factor`` class can
610-
be used as group keys. If so, the order of the levels will be preserved:
609+
Categorical variables represented as instance of pandas's ``Categorical`` class
610+
can be used as group keys. If so, the order of the levels will be preserved:
611611

612612
.. ipython:: python
613613

0 commit comments

Comments
 (0)