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
Swipe to start coding
- 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
.
Solución
Mark tasks as Completed
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 6
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Suggested prompts:
What missing information should we include in the scraping process?
Can you provide more details about the final steps we need to complete?
Do you want a summary of the entire scraping workflow so far?
Awesome!
Completion rate improved to 14.29
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
Swipe to start coding
- 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
.
Solución
Mark tasks as Completed
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 6