Skip to content

sujay197/Netflix-Data-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix Data Analysis Project 🎬

Overview

This project performs Exploratory Data Analysis (EDA) on Netflix datasets using Python.
The analysis focuses on content distribution, genres, ratings, countries, movie durations, and Netflix growth trends over the years.

The project was built using Jupyter Notebook and various Python data analysis libraries.


Technologies Used

  • Python
  • Pandas
  • Matplotlib
  • Seaborn
  • Jupyter Notebook
  • Git & GitHub

Project Structure

Netflix-Data-Analysis/
│
├── data/
│   └── netflix_titles.csv
│
├── output/
│   ├── movies_vs_tvshows.png
│   ├── content_over_years.png
│   ├── top_genres.png
│   ├── top_countries.png
│   ├── content_ratings.png
│   ├── movie_duration.png
│   ├── top_directors.png
│   └── top_actors.png
│
├── netflix_analysis.ipynb
├── README.md
├── requirements.txt
└── .gitignore

Analysis Performed

📌 Movies vs TV Shows Analysis

Compared the number of Movies and TV Shows available on Netflix.

📌 Content Added Over the Years

Analyzed Netflix content growth and expansion trends over time.

📌 Top Genres on Netflix

Identified the most popular genres available on the platform.

📌 Top Countries Producing Netflix Content

Explored which countries contribute the highest amount of content.

📌 Netflix Content Ratings Analysis

Studied the distribution of ratings such as TV-MA, TV-14, PG-13, and more.

📌 Movie Duration Analysis

Analyzed the distribution of movie durations on Netflix.

📌 Most Frequent Directors

Identified directors with the highest number of titles on Netflix.

📌 Most Featured Actors

Explored actors who appear most frequently in Netflix content.


Sample Visualizations

Movies vs TV Shows

Movies vs TV Shows

Netflix Content Added Over the Years

Content Over Years

Top Genres on Netflix

Top Genres

Top Countries Producing Netflix Content

Top Countries

Netflix Content Ratings

Content Ratings

Movie Duration Analysis

Movie Duration

Most Frequent Directors

Top Directors

Most Featured Actors

Top Actors


Key Insights

  • Movies dominate Netflix content compared to TV Shows.
  • Netflix experienced rapid content growth after 2015.
  • International Movies and Dramas are among the most popular genres.
  • The United States contributes the highest amount of Netflix content.
  • TV-MA and TV-14 are the most common content ratings.
  • Indian actors and directors appear frequently on the platform.

Learning Outcomes

Through this project, I improved my understanding of:

  • Data Cleaning
  • Exploratory Data Analysis (EDA)
  • Data Visualization
  • GroupBy & Aggregation
  • Working with real-world datasets
  • Git & GitHub workflow

Author

Sujay Pandit


About

Exploratory Data Analysis project on Netflix datasets using Python, Pandas, Matplotlib, and Seaborn.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors