Course Content
Python Web Scraping Made Simple: Building a Basic Web Scraper
Python Web Scraping Made Simple: Building a Basic Web Scraper
Include Other Informations in the Scraping Process
Now that we have understood how the scraping process works let's finish the job and also include the missing information in our process!
Task
- Import
pandas
and initialize an emptydf
; - Create a
for
loop to iterate over all tags; - Scrape the country name, the capital city, population, and area;
- Append the scraped values in the
df
.
Everything was clear?
Section 1. Chapter 6
Start learning today and achieve
coding mastery
- Master Python, SQL, JavaScript & more.
- Learn with Step-by-Step Lessons.
- Get Ready for Real-World Projects.
- Earn a Certificate Upon Completion.