Nice work. this a good start. Since the page you chose has tables, scrape only the tables with pandas. Hint: check out function `pd.read_html()`
Nice work. this a good start.
Since the page you chose has tables, scrape only the tables with pandas.
Hint: check out function
pd.read_html()