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

Netflix Movies and TV Shows

Netflix is a subscription-based streaming service that allows their members to watch TV shows and movies without commercials on an internet-connected device.Netflix content varies by region and may change over time. You can watch from a wide variety of award-winning Netflix Originals, TV shows, movies, documentaries, and more.

personaly Iam a big fan of netflix series (money heist) . So for me it's a interesting dataset to work.
Here Iam going through the dataset with some visualisation for easy analysis of data.

I got this data set from kaggle you can found the link below.

Here ,Iam using python libraries PANDAS , MATHPLOTLIB , SEABORN for datavisualisation and analysis. I am doing this project as a part of course Data Analysis with Python: Zero to Pandas. Its a great course for the begginers and also those who know programming well.

Downloading the Dataset

you can download the dataset from netflix movies and TV Shows

I downloaded and manually upload this dataset to the jupyter notebook.

import os
os.listdir(".")
['.ipynb_checkpoints',
 '.jovianrc',
 'environment-macos.yml',
 'environment.yml',
 'netflix_titles.csv',
 'zerotopandas-course-project.ipynb']

you can see that I added the file "netflix_title.csv"

project_name = "netflix-movies-and-tv-shows"