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

NETFLIX

Netflix is a subscription-based streaming service that allows our members to watch TV shows and movies without commercials on an internet-connected device.

Netflix content varies by region and may change over time. You can watch from a wide variety of award-winning Netflix Originals, TV shows, movies, documentaries, and more.

The more you watch, the better Netflix gets at recommending TV shows and movies we think you’ll enjoy.

Downloading the Dataset

The file has been downloaded from kaggle website using the opendatasets python library

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