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

Project Title - Exploring Netflix Movie and TV Shows Dataset

Introduction

The Dataset used for this project has been imported from https://www.kaggle.com/shivamb/netflix-shows. The Dataset consists of tv shows and movies available on Netflix as of 2019.

!pip install jovian opendatasets --upgrade --quiet
import numpy as np # linear algebra
import pandas as pd # data processing
import matplotlib.pyplot as plt
import seaborn as sns

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

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: chinmay29 Your Kaggle Key: ········
100%|██████████| 971k/971k [00:00<00:00, 103MB/s]
Downloading netflix-shows.zip to ./netflix-shows