Skip to content

joshkin2/Investigating-Netflix-Movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Investigating-Netflix-Movies

Exploratory data analysis on the netflix_data.csv data. Perform exploratory data analysis on the netflix_data.csv data to understand more about movies from the 1990s decade. What was the most frequent movie duration in the 1990s? Save an approximate answer as an integer called duration. A movie is considered short if it is less than 90 minutes. Count the number of short action movies released in the 1990s and save this integer as short_movie_count. How to approach the project:

  1. Filter the data for movies released in the 1990s
  2. Find the most frequent movie duration
  3. Count the number of short action movies from the 1990s

About

Exploratory data analysis on the netflix_data.csv data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages