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

NETFLIX EDA and Visualization

This is a dataset of the content related to the Netflix. This dataset includes movies and TV shows title, cast, director, rating and the date on which these mvies were released. I have searched this data from www.kaggle.com . This course help me learn many new things related to data science and made me intreseted in exploring new datasets. Im looking forward to cmplete this course and moving onto another.

!pip install jovian opendatasets --upgrade --quiet

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,force=True)
Please provide your Kaggle credentials to download this dataset. Learn more: http://bit.ly/kaggle-creds Your Kaggle username: areebluqman Your Kaggle Key: ········ Downloading netflix-shows.zip to ./netflix-shows
100%|██████████| 1.34M/1.34M [00:00<00:00, 52.5MB/s]