We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79aaca commit 34af5a6Copy full SHA for 34af5a6
doc/source/whatsnew/v2.0.0.rst
@@ -579,6 +579,8 @@ Deprecations
579
- :meth:`Index.holds_integer` has been deprecated. Use :func:`pandas.api.types.infer_dtype` instead (:issue:`50243`)
580
- :meth:`Index.is_categorical` has been deprecated. Use :func:`pandas.api.types.is_categorical_dtype` instead (:issue:`50042`)
581
582
+- :meth:`Index.is_categorical` has been deprecated. Use :func:`pandas.api.types.is_categorical_dtype` instead (:issue:`50042`)
583
+
584
.. ---------------------------------------------------------------------------
585
.. _whatsnew_200.prior_deprecations:
586
0 commit comments