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
Deprecate the infer_objects, convert_string, convert_integer,
convert_boolean, and convert_floating keywords in
DataFrame.convert_dtypes and Series.convert_dtypes.
closes#62022
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
:meth:`DataFrame.prod` (and their :class:`Series` equivalents); this will raise in
124
124
a future version of pandas (:issue:`53098`)
125
+
- Deprecated the ``infer_objects``, ``convert_string``, ``convert_integer``, ``convert_boolean``, and ``convert_floating`` keywords in :meth:`DataFrame.convert_dtypes` and :meth:`Series.convert_dtypes` (:issue:`62022`)
125
126
- Deprecated the inference of ``datetime64`` dtype from data containing ``datetime.date`` objects when used in comparisons or :meth:`Index.equals` with :class:`DatetimeIndex`. Use :func:`pandas.to_datetime` to explicitly convert to ``datetime64`` instead (:issue:`65056`)
0 commit comments