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.1.0.rst
+8-7
Original file line number
Diff line number
Diff line change
@@ -78,13 +78,14 @@ Deprecations
78
78
79
79
- :meth:`DataFrame.mean` and :meth:`DataFrame.median` with ``numeric_only=None`` will include datetime64 and datetime64tz columns in a future version (:issue:`29941`)
80
80
81
-
- Passing any arguments but `io` to :func:`read_html` as positional
82
-
arguments is deprecated since version 1.0. All other arguments should
83
-
be given as keyword arguments (:issue:`27573`).
84
-
85
-
- Passing any arguments but `path_or_buf` to :func:`read_json` as positional
86
-
arguments is deprecated since version 1.0. All other arguments should
87
-
be given as keyword arguments (:issue:`27573`).
81
+
- Passing any arguments but the first one to :func:`read_html` as
82
+
positional arguments is deprecated since version 1.1. All other
83
+
arguments should be given as keyword arguments (:issue:`27573`).
84
+
85
+
- Passing any arguments but `path_or_buf` (the first one) to
86
+
:func:`read_json` as positional arguments is deprecated since
87
+
version 1.1. All other arguments should be given as keyword
0 commit comments