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

Analysis of Netflix

I'll utilise graphs and tables to illustrate my points. I'll also include some frequently asked questions regarding Netflix and the movies and TV episodes that are currently streaming, and I'll respond to them using various tables and graphs to make it more enjoyable and easy to comprehend. To illustrate my ideas, I'll use graphs and tables. I'll also answer some frequently asked questions about Netflix and the movies and TV programmes that are currently available to stream, utilising various tables and graphs to make it more entertaining and understandable.

Downloading the Dataset

Kaggle.com provided the dataset.
The dataset may be found at https://www.kaggle.com/shivamb/netflix-shows, and it can be used to analyse ratings, reviews, and other aspects of Netflix.

I'll begin cleaning the data after obtaining the dataset. Then there are visualisations and questions, followed by the conclusion.

!pip install jovian opendatasets --upgrade --quiet
# 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: ajaysinghrana1 Your Kaggle Key: ········
100%|██████████| 1.18M/1.18M [00:00<00:00, 55.0MB/s]
Downloading netflix-shows.zip to ./netflix-shows