Commit ea3ff69
authored
DOC: fix ES01 for pandas.CategoricalDtype (#60902)
* DOC: fix ES01 for is a dtype representation for categorical data, which
allows users to define a fixed set of values and optionally impose an ordering.
This is particularly useful for handling categorical variables efficiently,
as it can significantly reduce memory usage compared to using object dtypes.
* DOC: fix ES01 for pandas.CategoricalDtype1 parent a65e25d commit ea3ff69
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
164 | 169 | | |
165 | 170 | | |
166 | 171 | | |
| |||
0 commit comments