Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Generate a DataFrame from Scraped Data | Selenium Project
Selenium Project
course content

Course Content

Selenium Project

bookGenerate 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

  1. Create a new pandas DataFrame called films;
  2. Repeat the same steps that we did in the last chapter, appending films from 2015 and 2014;
  3. Quit the driver;
  4. Print the DataFrame.

Mark tasks as Completed
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

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

  1. Create a new pandas DataFrame called films;
  2. Repeat the same steps that we did in the last chapter, appending films from 2015 and 2014;
  3. Quit the driver;
  4. Print the DataFrame.

Mark tasks as Completed
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Section 1. Chapter 9
AVAILABLE TO ULTIMATE ONLY
some-alt