This project is an Exploratory Data Analysis (EDA) assignment using the Netflix dataset.
It focuses on exploring the dataset with Pandas and visualizing insights with Matplotlib and Seaborn.
- Perform data cleaning and handle missing values.
- Analyze Movies vs TV Shows distribution.
- Identify Top 10 content-producing countries.
- Explore release trends over time.
- Visualize most common genres.
- Bar chart of Movies vs TV Shows.
- Horizontal bar chart of Top 10 Countries.
- Line chart showing releases per year.
- Genre distribution plots.
- Heatmap of country vs genre frequency.
- Dataset: Netflix Titles Dataset
# Clone repo
git clone https://github.com/your-username/netflix-pandas-eda.git
cd netflix-pandas-eda
# Install dependencies
pip install -r requirements.txt