File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -257,13 +257,14 @@ Deprecations
257
257
- :meth: `Categorical.to_dense ` is deprecated and will be removed in a future version, use ``np.asarray(cat) `` instead (:issue: `32639 `)
258
258
- The ``fastpath `` keyword in the ``SingleBlockManager `` constructor is deprecated and will be removed in a future version (:issue: `33092 `)
259
259
260
- - Passing any arguments but `io ` to :func: `read_html ` as positional
261
- arguments is deprecated since version 1.0. All other arguments should
262
- be given as keyword arguments (:issue: `27573 `).
263
-
264
- - Passing any arguments but `path_or_buf ` to :func: `read_json ` as positional
265
- arguments is deprecated since version 1.0. All other arguments should
266
- be given as keyword arguments (:issue: `27573 `).
260
+ - Passing any arguments but the first one to :func: `read_html ` as
261
+ positional arguments is deprecated since version 1.1. All other
262
+ arguments should be given as keyword arguments (:issue: `27573 `).
263
+
264
+ - Passing any arguments but `path_or_buf ` (the first one) to
265
+ :func: `read_json ` as positional arguments is deprecated since
266
+ version 1.1. All other arguments should be given as keyword
267
+ arguments (:issue: `27573 `).
267
268
268
269
-
269
270
You can’t perform that action at this time.
0 commit comments