Web Scraping: HTML Tables with Python

A lot of the time the data is structured well on the website inside an HTML table. We can easily use beautifulsoup to parse that data out. It’s not the only way but its a good option and will sharped your parsing skills too.