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

Netflix data Analysis

Netflix is a streaming service that offers a wide variety of award-winning TV shows, movies, anime, documentaries, and more on thousands of internet-connected devices.You can watch as much as you want, whenever you want, without a single ad

In this EDA, I will explore the netflix-shows dataset through visualizations and graphs using matplotlib and seaborn.

link 'https://www.kaggle.com/shivamb/netflix-shows'

Downloading the Dataset

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