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

https://github.com/lijesh010/netflix_dataset_exploratory_data_analysis_python_project

This repository contains an Exploratory Data Analysis (EDA) Python project on the Netflix dataset. The purpose of this project is to gain insights and better understand the characteristics of the content available on Netflix, including movies and TV shows.
https://github.com/lijesh010/netflix_dataset_exploratory_data_analysis_python_project

data-analysis data-exploration data-visualization exploratory-data-analysis jupyter-notebook python

Last synced: 6 months ago
JSON representation

This repository contains an Exploratory Data Analysis (EDA) Python project on the Netflix dataset. The purpose of this project is to gain insights and better understand the characteristics of the content available on Netflix, including movies and TV shows.

Awesome Lists containing this project

README

          

# Netflix_dataset_Exploratory_Data_Analysis_Python_Project
![f7o5zvqe](https://github.com/lijesh010/Netflix_dataset_Exploratory_Data_Analysis_Python_Project/assets/131745794/e86130e0-066d-49e6-82da-a4eaefa81ff2)

## Overview
This repository contains an Exploratory Data Analysis (EDA) Python project that focuses on analyzing and visualizing the Netflix dataset. The dataset consists of various attributes related to movies and TV shows available on the Netflix platform.

The main goal of this project is to gain insights into the content distribution, explore trends, and understand the characteristics of the content on Netflix.

## Dataset
https://www.kaggle.com/datasets/shivamb/netflix-shows
The dataset used in this project is also available in the file netflix_titles.csv.
## The dataset includes the following columns:
1. show_id: Unique identifier for each title
2. type: Type of content (Movie or TV Show)
3. title: Title of the content
4. director: Director(s) of the content (may contain multiple directors)
5. cast: Cast members (may contain multiple cast names)
6. country: Country of origin
7. date_added: Date when the content was added to Netflix
8. release_year: Year of release
9. rating: Content rating
10. duration: Duration of the content (for movies: in minutes, for TV shows: in seasons)
11. listed_in: Genre(s) of the content (may contain multiple genres)
12. description: Brief description of the content