We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41fe8cd commit 6ae2860Copy full SHA for 6ae2860
doc/source/io.rst
@@ -2111,9 +2111,10 @@ Read a URL and match a table that contains specific text
2111
match = 'Metcalf Bank'
2112
df_list = pd.read_html(url, match=match)
2113
2114
-Specify a header row (by default ``<th>`` elements are used to form the column
2115
-index); if specified, the header row is taken from the data minus the parsed
2116
-header elements (``<th>`` elements).
+Specify a header row (by default ``<th>`` or ``<td>`` elements located within a
+``<thead>`` are used to form the column index, if multiple rows are contained within
+``<thead>`` then a multiindex is created); if specified, the header row is taken
2117
+from the data minus the parsed header elements (``<th>`` elements).
2118
2119
.. code-block:: python
2120
0 commit comments