Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
course content

Course Content

Best Practices: Web Scraping

Include Other Informations in the Scraping ProcessInclude 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

  1. Import pandas and initialize an empty df.
  2. Create a for loop to iterate over all tags.
  3. Scrape the country name, the capital city, population, and area.
  4. Append the scraped values in the df.

Mark tasks as Completed

Everything was clear?

Section 1. Chapter 6
AVAILABLE TO ULTIMATE ONLY
course content

Course Content

Best Practices: Web Scraping

Include Other Informations in the Scraping ProcessInclude 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

  1. Import pandas and initialize an empty df.
  2. Create a for loop to iterate over all tags.
  3. Scrape the country name, the capital city, population, and area.
  4. Append the scraped values in the df.

Mark tasks as Completed

Everything was clear?

Section 1. Chapter 6
AVAILABLE TO ULTIMATE ONLY
some-alt