- File:
netflix_titles.csv - Source: Netflix Movies and TV Shows Dataset (Kaggle)
- Format: CSV (~8,800 rows, 12 columns)
- Columns include:
type— Movie or TV Showtitle— Title of the contentdirector,cast— Metadata about creators/actorscountry— Country of origindate_added— Date added on Netflixrelease_year— Release year of the contentrating— Content rating (e.g., TV-MA, PG, R)duration— Duration (minutes for Movies, seasons for TV Shows)listed_in— Genre(s)
Performed Exploratory Data Analysis (EDA) using Seaborn and Matplotlib to explore Netflix content.
Key visualizations include:
- Count of Movies vs TV Shows
- Distribution of release years
- Ratings distribution
- Top 10 countries by content
- Release year trends by type
- Violin plots of release year by type
- Scatter plot of release year vs duration (Movies only)
- Average duration by rating (Movies only)
- Heatmap (numerical correlations)
- Pair plots (release year & duration)
- Pie chart of content type distribution
- Place
netflix_titles.csvin the project root. - Open
Plots.ipynbin Jupyter Notebook or JupyterLab. - Run all cells — plots will be generated and saved into the
Screenshots/folder.
We used Seaborn and Matplotlib to explore the dataset.
- The Netflix library is dominated by Movies (~70%).
- The most frequent ratings are TV-MA and TV-14, indicating a focus on teens and adults.
- Content production surged significantly after 2015.
- United States and India are the top content-producing countries.
- Most movies have a duration of 80–120 minutes.
Plots.ipynb— Jupyter Notebook with code, plots, and analysis.netflix_titles.csv— Dataset file.Screenshots/— Folder containing all saved plots.README.md— Project documentation.
- Deeper analysis of genre trends across years.
- Explore directors and actors to find the most frequent contributors.
- Compare Netflix’s growth with competitors (Prime, Disney+, etc.) if datasets are available.
- Build an interactive dashboard to explore Netflix’s catalog by type, year, country, and genre.
Author: Saloni Tiwari
License: Open for educational use









