https://github.com/mukeshlilawat1/netflix-data-visualization
Netflix Data Visualization – This project explores the Netflix dataset using Pandas for data manipulation and Matplotlib for creating meaningful visualizations. It highlights trends in movies and TV shows, distribution by release year, ratings, duration, and categories, making the data easy to understand through graphical insights.
https://github.com/mukeshlilawat1/netflix-data-visualization
data-visualization matplotlib pandas pip python
Last synced: 2 months ago
JSON representation
Netflix Data Visualization – This project explores the Netflix dataset using Pandas for data manipulation and Matplotlib for creating meaningful visualizations. It highlights trends in movies and TV shows, distribution by release year, ratings, duration, and categories, making the data easy to understand through graphical insights.
- Host: GitHub
- URL: https://github.com/mukeshlilawat1/netflix-data-visualization
- Owner: mukeshlilawat1
- Created: 2025-09-12T04:34:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-12T04:41:33.000Z (9 months ago)
- Last Synced: 2025-09-12T06:26:25.843Z (9 months ago)
- Topics: data-visualization, matplotlib, pandas, pip, python
- Language: Jupyter Notebook
- Homepage:
- Size: 1.59 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎬 Netflix Data Visualization
This project explores and visualizes the **Netflix dataset** using **Pandas** and **Matplotlib**.
The goal is to understand patterns, trends, and insights from Netflix content such as movies and TV shows.
---
## 📊 Features
- Data cleaning and preprocessing using **Pandas**
- Visualizations with **Matplotlib**
- Insights into:
- Distribution of Movies vs TV Shows
- Content released per year
- Top categories/genres
- Ratings analysis
- Duration trends
---
## 🛠️ Tech Stack
- **Python**
- **Pandas**
- **Matplotlib**
- **Jupyter Notebook**
---
## 🚀 Getting Started
### 1. Clone the Repository
```bash
git clone https://github.com//netflix-data-visualization.git
cd netflix-data-visualization
### 2. Install Dependencies
### Make sure you have Python 3.x installed. Then install requirements:
```bash
pip install pandas matplotlib jupyter
### 3. Run the Notebook
jupyter notebook netflixData.ipynb