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

Netflix DataSet Analysys

This dataset consists of tv shows and movies available on Netflix as of 2019.
dataset link- https://www.kaggle.com/shivamb/netflix-shows
I will work on this data sets by implementing graphs and mathematical analysys, using python libraries such as- numpy, pandas, matplotlib,seaborn.

Downloading the Dataset

dataset link- https://www.kaggle.com/shivamb/netflix-shows

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

# Change this
dataset_url = 'https://www.kaggle.com/shivamb/netflix-shows'