File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1052,11 +1052,11 @@ def value_counts(
1052
1052
1053
1053
**categorial_dtypes**
1054
1054
1055
- Rows with categorical type will be counted as one group\
1056
- if they have same categories and order.\
1057
- In the example below, even though ``a``, ``c``, and ``d``\
1058
- all have the same data types of ``category``,\
1059
- only ``c`` and ``d`` will be counted as one group\
1055
+ Rows with categorical type will be counted as one group
1056
+ if they have same categories and order.
1057
+ In the example below, even though ``a``, ``c``, and ``d``
1058
+ all have the same data types of ``category``,
1059
+ only ``c`` and ``d`` will be counted as one group
1060
1060
since ``a`` doesn't have the same categories.
1061
1061
1062
1062
>>> df = pd.DataFrame({"a": [1], "b": ["2"], "c": [3], "d": [3]})
You can’t perform that action at this time.
0 commit comments