Skip to content

wendellbarcelos/Investigating_Netflix_Movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Investigating Netflix Movies

Project Description

In this project, you’ll apply the skills you learned in Introduction to Python and Intermediate Python to solve a real-world data science problem. You’ll press “watch next episode” to discover if Netflix’s movies are getting shorter over time, using everything from lists and loops to pandas and matplotlib.

You’ll also gain experience in an essential data science skill — exploratory data analysis. This will allow you to perform critical tasks such as manipulating raw data and drawing conclusions from plots you create of the data. Press play to begin!

  1. Loading your friend's data into a dictionary
  2. Creating a DataFrame from a dictionary
  3. A visual inspection of our data
  4. Loading the rest of the data from a CSV
  5. Filtering for movies!
  6. Creating a scatter plot
  7. Digging deeper
  8. Marking non-feature films
  9. Plotting with color!
  10. What next?