Scraping the Web using Pandas
We'll use an sweet hidden function in Pandas, read_html and some logic to create a webscraper for collecting tennis ranking data.
Learn:
- How to use Pandas to scrape data from a website
- How to clean, parse and test scrapers in IPython + Sublime
- Some neat Python engineering tricks to help build a quick scraper script
We Also Recommend