This project performs Exploratory Data Analysis (EDA) on Netflix titles (Movies and TV Shows) using Python and visualization libraries.
The dataset includes detailed information about Netflix’s content, such as:
- Title
- Type (Movie or TV Show)
- Country of Production
- Director and Cast
- Rating
- Release Year
- Duration
- Additional metadata
- Analyze content trends on Netflix over the years.
- Compare the number of Movies vs TV Shows.
- Identify the most active countries in content production.
- Explore yearly release patterns.
- Derive key insights from Netflix's content catalogue.
- Python
- Pandas
- NumPy
- Matplotlib
- Seaborn
- Jupyter Notebook
- Clone this repository:
git clone https://github.com/coding-for-it/Netflix-Data-Analysis.git