We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c855c4b commit 389dd71Copy full SHA for 389dd71
doc/source/whatsnew/v2.0.0.rst
@@ -639,6 +639,7 @@ Deprecations
639
- :meth:`Index.is_categorical` has been deprecated. Use :func:`pandas.api.types.is_categorical_dtype` instead (:issue:`50042`)
640
- :meth:`Index.is_object` has been deprecated. Use :func:`pandas.api.types.is_object_dtype` instead (:issue:`50042`)
641
- :meth:`Index.is_interval` has been deprecated. Use :func:`pandas.api.types.is_intterval_dtype` instead (:issue:`50042`)
642
+- Deprecated argument ``date_parser`` in :func:`read_csv` and :func:`read_table` in favour of ``date_format`` (:issue:`50601`)
643
-
644
645
.. ---------------------------------------------------------------------------
0 commit comments