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

Case Study: Netflix data analysis

In this notebook, we will first retrieve a dataset from the kaggle repository with information form netflix shows. We will first clean de data and then analyze it. Finally we will ask some interesting questions and try to give them answers.

Downloading the Dataset

First of all, we will be downloading the dataset from kaggle.

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