Learn practical skills, build real-world projects, and advance your career

Netflix Movies and TVShows  -  Exploratory Data Analysis (EDA) and Visualization

Netflix is a popular entertainment service used by people around the world. In this EDA we will explore the Netflix dataset through visualizations and graphs using python libraries, matplotlib, and seaborn.
We used TV Shows and Movies listed on the Netflix dataset from Kaggle. The dataset consists of TV Shows and Movies available on Netflix as of 2019. The dataset is collected from Flixable which third-party Netflix search engine.

project_name = "eda-netflix" # change this
!pip install jovian --upgrade -q
import jovian
jovian.commit(project=project_name)
[jovian] Detected Colab notebook... [jovian] Uploading colab notebook to Jovian...
[jovian] Error: Looks like the notebook is missing output cells, please save the notebook and try jovian.commit again.