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

Unfolding the netflix

I got the dataset of netflix from kaggle. with the help of python libraries panda,matplot and seborne I am trying to analyse the dataset and trying to get some inference from it.

Downloading the Dataset

Just find the url of appropriate data set from the kaggle website and you can extract its csv format as shown below.

!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/notebooks'