File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2111,9 +2111,10 @@ Read a URL and match a table that contains specific text
2111
2111
match = ' Metcalf Bank'
2112
2112
df_list = pd.read_html(url, match = match)
2113
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).
2114
+ Specify a header row (by default ``<th> `` or ``<td> `` elements located within a
2115
+ ``<thead> `` are used to form the column index, if multiple rows are contained within
2116
+ ``<thead> `` then a multiindex is created); if specified, the header row is taken
2117
+ from the data minus the parsed header elements (``<th> `` elements).
2117
2118
2118
2119
.. code-block :: python
2119
2120
You can’t perform that action at this time.
0 commit comments