File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -161,10 +161,10 @@ class CategoricalDtype(PandasExtensionDtype, ExtensionDtype):
161161 """
162162 Type for categorical data with the categories and orderedness.
163163
164- It is a dtype representation for categorical data, which
165- allows users to define a fixed set of values and optionally impose an ordering.
166- This is particularly useful for handling categorical variables efficiently,
167- as it can significantly reduce memory usage compared to using object dtypes.
164+ It is a dtype representation for categorical data, which allows users to define
165+ a fixed set of values and optionally impose an ordering. This is particularly
166+ useful for handling categorical variables efficiently, as it can significantly
167+ reduce memory usage compared to using object dtypes.
168168
169169 Parameters
170170 ----------
You can’t perform that action at this time.
0 commit comments