We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb19e2 commit 8974ce6Copy full SHA for 8974ce6
doc/source/user_guide/categorical.rst
@@ -263,14 +263,6 @@ All instances of ``CategoricalDtype`` compare equal to the string ``'category'``
263
264
c1 == "category"
265
266
-.. warning::
267
-
268
- Since ``dtype='category'`` is essentially ``CategoricalDtype(None, False)``,
269
- and since all instances ``CategoricalDtype`` compare equal to ``'category'``,
270
- all instances of ``CategoricalDtype`` compare equal to a
271
- ``CategoricalDtype(None, False)``, regardless of ``categories`` or
272
- ``ordered``.
273
274
Description
275
-----------
276
0 commit comments