From 0e6a858390eb33eac89589cd7fa406d0b2ea5c89 Mon Sep 17 00:00:00 2001 From: Jan Schulz Date: Wed, 15 Oct 2014 18:25:17 +0200 Subject: [PATCH] DOC/FIX: In R it's still levels... --- doc/source/categorical.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/categorical.rst b/doc/source/categorical.rst index 3940ef623a099..3ee660bb85691 100644 --- a/doc/source/categorical.rst +++ b/doc/source/categorical.rst @@ -33,7 +33,7 @@ with R's ``factor``. `Categoricals` are a pandas data type, which correspond to categorical variables in statistics: a variable, which can take on only a limited, and usually fixed, -number of possible values (`categories`; `categories` in R). Examples are gender, social class, +number of possible values (`categories`; `levels` in R). Examples are gender, social class, blood types, country affiliations, observation time or ratings via Likert scales. In contrast to statistical categorical variables, categorical data might have an order (e.g.