Movie Table: https://www.boxofficemojo.com/chart/t...
Population Growth Table: https://en.wikipedia.org/wiki/World_p...
In this video, I showcase how to scrape any HTML table with Selenium in Python to a CSV file. I go over the easiest way to do so and go over a simple movie table example, as well as a population growth table that requires more techniques to select the right table elements.
Timestamps:
00:00 | Intro
00:20 | Scraping a simple table
07:40 | Scraping a more difficult table