Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Include Other Informations in the Scraping Process | Automating Data Collection from Web Sources
Automating Data Collection from Web Sources
course content

Зміст курсу

Automating Data Collection from Web Sources

bookInclude 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!

Завдання

  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
Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Now that we have understood how the scraping process works let's finish the job and also include the missing information in our process!

Завдання

  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
Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Секція 1. Розділ 6
AVAILABLE TO ULTIMATE ONLY
some-alt