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

Netflix Data Analysis

This dataset consists of tv shows and movies available on Netflix as of 2019. The dataset is collected from Flixable which is a third-party Netflix search engine. Tools used pandas,matplotlib,seaborn opendatasets

!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' 
import opendatasets as od
od.download(dataset_url)
Please provide your Kaggle credentials to download this dataset. Learn more: http://bit.ly/kaggle-creds Your Kaggle username: rayyok Your Kaggle Key: ········
100%|██████████| 1.18M/1.18M [00:00<00:00, 34.2MB/s]
Downloading netflix-shows.zip to ./netflix-shows