I am having trouble trying to get the data from this web table. I was wondering if anyone could shed some light on my situation, thanks!
HTML:
I am having trouble trying to get the data from this web table. I was wondering if anyone could shed some light on my situation, thanks!
HTML:

You want to use
pandas.read_html()in order to collect an HTML table into apandasDataFrame.Usage:
Where from the docs:
For example, see with this Wikipedia URL: