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

Project Title - Netflix Movies/TV Shows Analysis

This project shows some basic analysis on Netflix Movies and TV Shows, This dataset was taken from Kaggle.com. I cleaned this data and drew some garphs to visualize the drop of movies/tv shows production due to the pandemic. I used all the knowledge that I gathered from this course(Data Analysis with Python: Zero to Pandas) and used it to analyze this data.

Downloading the Dataset

I got this data from the list of recommended datasets and downloaded it from Kaggle.com, This dataset is called netflix-shows.

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