I am using the following NCAA stats site and want to scrape data from it:
https://stats.ncaa.org/rankings/change_sport_year_div
To get to the specific data I want to scrape, click the link, choose the sport Men's Basketball, year 2019-2020, and Division III, then click the team stats button. After digging through the html, I was able to find all of the stats from the drop down menu that I want. I was wondering if there was potentially a way to use BeautifulSoup (or perhaps even pd.read_html()) to scrape a table for each category. It appears as though all the info I may need is in the picture below, but I'm not quite sure how to implement python's tools to capitalize. This would be way more efficient (and a lot less boring) to do than manually downloading the excel sheet for each stat and reading them into pandas. Thank you.
