File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -967,14 +967,14 @@ def read_html(
967
967
default of ``None`` tries to use ``lxml`` to parse and if that fails it
968
968
falls back on ``bs4`` + ``html5lib``.
969
969
970
- header : int or sequence of ints , optional
970
+ header : int or list-like or None , optional
971
971
The row (or list of rows for a :class:`~pandas.MultiIndex`) to use to
972
972
make the columns headers.
973
973
974
- index_col : int or sequence of ints , optional
974
+ index_col : int or list-like or None , optional
975
975
The column (or list of columns) to use to create the index.
976
976
977
- skiprows : int, sequence of ints or slice , optional
977
+ skiprows : int or list-like or None , optional
978
978
Number of rows to skip after parsing the column integer. 0-based. If a
979
979
sequence of integers or a slice is given, will skip the rows indexed by
980
980
that sequence. Note that a single element sequence means 'skip the nth
You can’t perform that action at this time.
0 commit comments