Skip to content

Commit 4737f6c

Browse files
committed
Merge pull request #8561 from JanSchulz/r_levels
DOC/FIX: In R it's still levels...
2 parents 51bd2c9 + 0e6a858 commit 4737f6c

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)