Python scrape site(Needed ASAP)
Budget: $30 – $250 USD
Hello I need a table scraped from this website. Preferably if you could use pandas that would be great.
https://www.sports-reference.com/cbb/boxscores/2020-11-25-16-michigan.html
The first table I need is the one that is headlined Bowling Green State (0-1)
and the next one is Michigan (1-0)
I tried reading it with pandas read_html but it gives me every table on the page and that will not work since I will be looping it through multiple tables so I need a unique way to get to those tables. I am assuming this will take some with experience just a few minutes.
https://www.sports-reference.com/cbb/boxscores/2020-11-25-16-michigan.html
The first table I need is the one that is headlined Bowling Green State (0-1)
and the next one is Michigan (1-0)
I tried reading it with pandas read_html but it gives me every table on the page and that will not work since I will be looping it through multiple tables so I need a unique way to get to those tables. I am assuming this will take some with experience just a few minutes.