Skip to content

Commit 0e6a858

Browse files
committed
DOC/FIX: In R it's still levels...
1 parent 51bd2c9 commit 0e6a858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/categorical.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ with R's ``factor``.
3333

3434
`Categoricals` are a pandas data type, which correspond to categorical variables in
3535
statistics: a variable, which can take on only a limited, and usually fixed,
36-
number of possible values (`categories`; `categories` in R). Examples are gender, social class,
36+
number of possible values (`categories`; `levels` in R). Examples are gender, social class,
3737
blood types, country affiliations, observation time or ratings via Likert scales.
3838

3939
In contrast to statistical categorical variables, categorical data might have an order (e.g.

0 commit comments

Comments
 (0)