Skip to content

Commit ff5c079

Browse files
DOC: fix ES01 for pandas.CategoricalDtype
1 parent 321c8d2 commit ff5c079

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/core/dtypes/dtypes.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
----------

0 commit comments

Comments
 (0)