You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code gives a list of data frames, one for each table in the html that has the word "CANDIDATE" in it. More generally, can use a regex to identify tables.
So can add a file_type=html option, with the usual other parameters.
The text was updated successfully, but these errors were encountered:
Instead of pulling the html directly from the web server into pandas data frames, pull html into a file, documented in the usual way, and then process.
This code gives a list of data frames, one for each table in the html that has the word "CANDIDATE" in it. More generally, can use a regex to identify tables.
So can add a
file_type=html
option, with the usual other parameters.The text was updated successfully, but these errors were encountered: