Skip to content

In this project, we analyze Netflix's movie dataset to focus specifically on movies released in the 1990s (from 1990 to 1999).

License

Notifications You must be signed in to change notification settings

MariyamSiddiqui/Investigating-Netflix-Movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎬 Netflix 1990s Movies Duration Analysis Project

Netflix Banner

An exploratory data analysis project using Python to discover duration trends and short action movies on Netflix during the 1990s.

πŸ“Œ Project Description

This project dives into the Netflix dataset to explore movies that were released in the 1990s (1990–1999). The main objectives are:

  • πŸ“… Filter movies based on release year (1990s).
  • 🎬 Focus on action genre.
  • ⏱️ Count short movies (under 90 minutes).
  • πŸ“ˆ Visualize movie duration distribution using a histogram.

πŸ’‘ Features

  • Data filtering using Pandas
  • Handling missing data and converting strings (e.g., "90 min" β†’ 90)
  • Creating new columns for analysis
  • Counting short action movies
  • Visualization using Matplotlib
  • Clear and beginner-friendly code structure

🧰 Technologies Used

  • Python 🐍
  • Jupyter Notebook πŸ““
  • Pandas πŸ“Š
  • Matplotlib πŸ“‰

About

In this project, we analyze Netflix's movie dataset to focus specifically on movies released in the 1990s (from 1990 to 1999).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published