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

https://github.com/alainamariajoe/netflix-data-visualizer

A simple data visualization project using Netflix movies and TV shows dataset to create basic insights and visual representations.
https://github.com/alainamariajoe/netflix-data-visualizer

data-visualization matplotlib pandas python seaborn

Last synced: about 1 month ago
JSON representation

A simple data visualization project using Netflix movies and TV shows dataset to create basic insights and visual representations.

Awesome Lists containing this project

README

          

## 🎬 Netflix Data Visualization

A simple data visualization project using Python, Pandas, Matplotlib, and Seaborn to analyze Netflix movie and TV show data.


## Visualizations

### Count of Movies - TV Shows
![Count of Movies - TV Shows](images/count_movies_tv_shows.png)

### Top Countries with Most Movies/TV Shows

![Top Countries with Most Movies/TV Shows](images/country_distribution.png)

### Ratings for Movies/TV Shows
![Movies/TV Shows Release Year](images/rating_distribution.png)

### Movies/TV Shows Release Year
![Ratings for Movies/TV Shows](images/release_year_distribution.png)

## How to Run
1. Clone the repository
2. Install dependencies: `pip install pandas matplotlib seaborn`
3. Run the Python script