Course Content
Selenium Project
Generate a DataFrame from Scraped Data
Welcome to the final chapter. We will now use everything that we have studied and implement a full pipeline to navigate in the website and append all our data into a pandas
DataFrame.
Task
- Create a new
pandas
DataFrame calledfilms
; - Repeat the same steps that we did in the last chapter, appending films from 2015 and 2014;
- Quit the driver;
- Print the DataFrame.
Mark tasks as Completed
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Welcome to the final chapter. We will now use everything that we have studied and implement a full pipeline to navigate in the website and append all our data into a pandas
DataFrame.
Task
- Create a new
pandas
DataFrame calledfilms
; - Repeat the same steps that we did in the last chapter, appending films from 2015 and 2014;
- Quit the driver;
- Print the DataFrame.
Mark tasks as Completed
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Section 1. Chapter 9
AVAILABLE TO ULTIMATE ONLY