This project analyzes Netflix's content dataset using Python to uncover trends in content distribution, production, and release patterns.
- Python (Pandas, Matplotlib)
- Google Colab
The dataset includes information about Netflix movies and TV shows such as title, type, country, release year, rating, and duration.
- Movies vs TV Shows distribution
- Top content-producing countries
- Year-wise content release trends
- Movies dominate Netflix content (~70%)
- United States is the largest contributor
- Content production increased significantly after 2015
Screenshots of charts are included in the Screenshots folder.
This project demonstrates beginner-level exploratory data analysis (EDA) using Python and highlights key trends in Netflix content.