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

EXPLORATORY DATA ANALYSIS ON NETFLIX MOVIES & TV SHOWS

This is a project on the exploratory data analysis of the world's leading streaming entertainment service 'Netflix'.The name of the dataset to be used is 'Netflix Movies and Tv Shows' and was downloaded from kaggle. This project aims to understand and analyse the dataset using visualizations. The tools to be used are the numpy, pandas, matplotlib and seaborn libraries in python programming language.The techniques to be used are data importation,data cleaning, data preparation and data analysis.

Let's start by installing and importing the packages and libraries that will be used in this project:

project_name = "course_project_netflix_movies_and_tvshows"
!pip install jovian --upgrade -q