BeautifulSoup4 closing table after first row
I am trying to scrape data from tables on websites. An example that seems to error is here. In the original source HTML, there are 4 tables of class publicschematic
, which are the only ones I care about. I have existing code to parse these into a Pandas DataFrame: