Skip to content

Exploratory Data Analysis on Netflix Dataset using Python (Pandas, NumPy, Matplotlib, Seaborn) Tags: python, data-analysis, pandas, netflix, eda, seaborn, matplotlib

Notifications You must be signed in to change notification settings

saadathar72-Analyst/Decoding-Netflix-with-Python

Repository files navigation

🎬 Netflix Data Analysis using Python

πŸ“Œ Overview

This project analyzes the Netflix Movies and TV Shows Dataset (from Kaggle) to explore trends in content type, release year, genre, and country distribution.
The goal is to understand how Netflix’s content library has evolved over time.


🧰 Libraries Used

  • Pandas – for data cleaning and manipulation
  • NumPy – for numerical operations
  • Matplotlib – for static visualizations
  • Seaborn – for advanced and beautiful charts

🧩 Steps Performed

  1. Data Understanding – explored dataset structure, shape, and column info.
  2. Data Cleaning – handled missing values and inconsistent data.
  3. Exploratory Data Analysis (EDA) – examined patterns in release years, genres, and countries.
  4. Visualization – plotted charts for better understanding.
  5. Insights & Conclusion – summarized key findings.

πŸ“ˆ Key Insights

  • Movies make up the majority of Netflix’s content.
  • The United States and India contribute the highest number of titles.
  • Most Netflix releases occurred between 2017–2019, showing rapid content expansion.
  • Drama and Comedy are among the most popular genres.

πŸ“Š Conclusion

πŸ”Ή : The Netflix library has more Movies than TV Shows. The pie chart shows that roughly 60–70% of the content is Movies and 30–40% are TV Shows. πŸ”Ή : United States and India have the highest number of titles. The top 5 countries hold a major share of the total content. πŸ”Ή : Drama and Comedy are the most popular genres. The genre-wise content is unevenly distributed, providing useful insights for strategic decisions. πŸ”Ή : Between 2017 and 2019, the rate of content addition was high. In recent years, Netflix has continued to add new titles consistently.

Recommendations: πŸ”Ή : Focus on popular genres and marketing efforts in high-content countries. πŸ”Ή : Explore new content opportunities in countries with lower content representation.


πŸ“ Dataset

Kaggle - Netflix Movies and TV Shows Dataset


🧠 Skills Demonstrated

Python, Pandas, NumPy, Matplotlib, Seaborn, Data Cleaning, EDA, Data Visualization

About

Exploratory Data Analysis on Netflix Dataset using Python (Pandas, NumPy, Matplotlib, Seaborn) Tags: python, data-analysis, pandas, netflix, eda, seaborn, matplotlib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published