This project is an exploratory data analysis (EDA) of the Netflix Titles dataset. It involves data cleaning, handling missing values, analyzing content trends, and visualizing key insights using Pandas, NumPy, Matplotlib, and Seaborn.
- Understand Netflixβs content distribution
- Identify top genres, countries, and content types
- Visualize trends over time (e.g. releases per year)
- Extract valuable insights that help in understanding Netflixβs global strategy
- Source: Netflix Titles Dataset on Kaggle
- Size: ~8,800+ entries
- Columns:
type,title,director,cast,country,date_added,release_year,duration,listed_in,description
- Python π
- Pandas
- NumPy
- Matplotlib
- Seaborn
- Google Colab
β
Most of the content on Netflix is Movies, not TV Shows
β
Content production exploded after 2017, showing platform growth
β
United States, India, and UK contribute the most content
β
Genres like Dramas, International Movies, and Comedies dominate
β
Top directors and recurring actors help analyze Netflixβs partnerships