This project focuses on exploratory data analysis (EDA) of the Netflix dataset using Python.
The goal is to understand Netflix content trends, clean the dataset, and extract meaningful insights through data visualization and analysis.
In this project, I analyzed Netflix movies and TV shows data to explore:
- Content distribution over time
- Movies vs TV shows comparison
- Country-wise content availability
- Genre and rating analysis
- Duration and release trends
The analysis was performed using NumPy, Pandas, and Matplotlib.