Skip to content

Commit 86facac

Browse files
committed
Rename it to Categorical Dtypes
1 parent d838181 commit 86facac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ def value_counts(
10501050
NaN 1
10511051
Name: count, dtype: int64
10521052
1053-
**categorial_dtypes**
1053+
**Categorical Dtypes**
10541054
10551055
Rows with categorical type will be counted as one group
10561056
if they have same categories and order.

0 commit comments

Comments
 (0)