Skip to content

Commit 22fd9dc

Browse files
committed
Make the match argument for read_html positional because it is often used in this way
1 parent 0e84559 commit 22fd9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/html.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -922,8 +922,8 @@ def _parse(flavor, io, match, attrs, encoding, displayed_only, **kwargs):
922922

923923
def read_html(
924924
io,
925-
*,
926925
match=".+",
926+
*,
927927
flavor=None,
928928
header=None,
929929
index_col=None,

0 commit comments

Comments
 (0)