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
Swipe to start coding
- 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.
Solution
Mark tasks as Completed
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 9
AVAILABLE TO ULTIMATE ONLY