You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The default value ``ordered=None``in :class:`~pandas.api.types.CategoricalDtype` has been deprecated in favor of ``ordered=False``. When converting between categorical types ``ordered=True`` must be explicitly passed in order to be preserved. (:issue:`26336`)
888
888
- :meth:`Index.contains`is deprecated. Use ``key in index`` (``__contains__``) instead (:issue:`17753`).
889
-
-``DataFrame.iteritems``and``Series.iteritems`` have been deprecated. :attr:`DataFrame.items`and :attr:`Series.items` provide the exact same functionality and should be used instead (:issue:`26114`).
0 commit comments