Skip to content

Commit d808c25

Browse files
committed
docs/source/whatsnew/v2.0.0.rst edited for index.is_interval
1 parent 4e3aa15 commit d808c25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v2.0.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ Deprecations
616616
- :meth:`Index.is_floating` has been deprecated. Use :func:`pandas.api.types.is_float_dtype` instead (:issue:`50042`)
617617
- :meth:`Index.holds_integer` has been deprecated. Use :func:`pandas.api.types.infer_dtype` instead (:issue:`50243`)
618618
- :meth:`Index.is_categorical` has been deprecated. Use :func:`pandas.api.types.is_categorical_dtype` instead (:issue:`50042`)
619+
- :meth:`Index.is_interval` has been deprecated. Use :func:`pandas.api.types.is_intterval_dtype` instead (:issue:`50042`)
619620

620621
.. ---------------------------------------------------------------------------
621622
.. _whatsnew_200.prior_deprecations:

0 commit comments

Comments
 (0)