A chill project that dives into Netflixβs content universe using Python β cleaning, analyzing, and visualizing whatβs up with movies & TV shows in the dataset.
This is a dope data analysis project that explores the Netflix dataset (from Kaggle) using Python and popular libs like Pandas, NumPy, Matplotlib & Seaborn. You'll find trends, insights, and cool charts that break down what Netflix is offering across the world. :contentReference[oaicite:0]{index=0}
- π§Ή Cleaned the messy stuff β handled missing values & fixed formats
- π Context on content β compared movies vs TV shows
- π Geography vibes β saw which countries make the most content
- π Timeline insights β tracked releases over the years
- π¬ Whatβs hot β popular genres, durations, and more
- π Visuals that actually make sense
- Python
- Pandas
- NumPy
- Matplotlib
- Seaborn
- Jupyter Notebook
π¦ netflix-data-analysis
β£ π images/ #sample charts & visuals
β£ π analysis.ipynb # the main notebook with code + plots
β£ π netflix_titles.csv # raw Netflix dataset (Kaggle)
β£ π README.md #youβre reading it rn π
-
Clone the repo
git clone https://github.com/1PoPTRoN/netflix-data-analysis.git cd netflix-data-analysis -
Open analysis.ipynb in Jupyter Notebook or **VS Code
-
Make sure you have packages:
pip install pandas numpy matplotlib seaborn notebook
-
Run cells and watch the magic πͺ
Check the images/ folder for visual snapshots of charts like genre trends, content type distribution, and release patterns.
Netflix dataset comes from Kaggle (Netflix Movies and TV Shows) β grab it if you wanna play with your own copy. GitHub
π https://www.kaggle.com/datasets/shivamb/netflix-shows
This project helped boost my data analysis flow β from cleaning messy real-world data to slicing insights and plotting graphs that actually tell stories.
Feel free to open issues or PRs if you want to add new insights, clean more data, or make it even more rad or to use/modify this β go wild π