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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.4.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -602,6 +602,7 @@ Other Deprecations
602
602
- Deprecated the ``prefix`` keyword argument in :func:`read_csv` and :func:`read_table`, in a future version the argument will be removed (:issue:`43396`)
603
603
- Deprecated passing non boolean argument to sort in :func:`concat` (:issue:`41518`)
604
604
- Deprecated passing arguments as positional for :func:`read_fwf` other than ``filepath_or_buffer`` (:issue:`41485`):
605
+
- Deprecated passing arguments as positional for :func:`read_xml` other than ``path_or_buffer`` (:issue:`45133`):
605
606
- Deprecated passing ``skipna=None`` for :meth:`DataFrame.mad` and :meth:`Series.mad`, pass ``skipna=True`` instead (:issue:`44580`)
606
607
- Deprecated :meth:`DateOffset.apply`, use ``offset + other`` instead (:issue:`44522`)
607
608
- Deprecated parameter ``names`` in :meth:`Index.copy` (:issue:`44916`)
0 commit comments