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

Netflix

EXPLORATORY ANALYSIS OF NETFLIX MOVIES AND TV SHOWS

BY CHAN MING LI

INTRODUCTION

Netflix is a popular streaming services that offers a ton of TV shows and movies for subscribed members all around the world. I will perform an exploratory analysis on Netflix movies and TV shows in this project. The objective of this project is to explore and find out the trends in the dataset through visualizations.

The source of the dataset used in this analysis project was taken from Kaggle and click here to view the dataset. The dataset contains the information of TV shows and movies available as of 2019. The libraries or packages used in the project are taught in "Data Analysis in Python: Zero to Pandas" course by Jovian.

Libraries / Packages used in the project:

project_name = "analysis_on_netflix_tvshows_and_movies"
!pip install jovian --upgrade --quiet