An open API service indexing awesome lists of open source software.

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.

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