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

Netflix top shows and films analysis in Egypt

This is a project which shows a real world data from Netflix. The purpose of the project is to analyze and study the most popular shows in Egypt so Netflix can do better advertising for them which leads to more profit.

Let's begin by downloading the data, and listing the files within the dataset.

dataset_url = 'https://www.kaggle.com/dhruvildave/netflix-top-10-tv-shows-and-films?select=all-weeks-global.csv' 
#importing data from url and saving it
import opendatasets as od
od.download(dataset_url)