Contenido del Curso
Automating Data Collection from Web Sources
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!
Tarea
- 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
.
Mark tasks as Completed
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Now that we have understood how the scraping process works let's finish the job and also include the missing information in our process!
Tarea
- 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
.
Mark tasks as Completed
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
Sección 1. Capítulo 6
AVAILABLE TO ULTIMATE ONLY