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

Netflix Data Analysis

image.png

Netflix is a fast growing application with its popularity, shows and content.Personally being a big fan of Netfix shows , i thought this would be a intresting data set to work on.I got the data set from kaggle.This dataset consits on movies and tvshows available in Netflix. In this notebook we are going to load and read the data using pandas, do the cleaning ofthe data, and analyze thedata using diffrent parameters, lastly we a going to visually reprent data using matplotlib and seaborn.

As a first step, let's upload our Jupyter notebook to Jovian.ml.

project_name = "Netflix Data Analysis" # change this
!pip install jovian --upgrade -q

import jovian
jovian.commit(project="zerotopandas-course-project-starter",files=["netflix_titles.csv"])
[jovian] Attempting to save notebook.. [jovian] Updating notebook "anjana-vegaraju/zerotopandas-course-project-starter" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Uploading additional files... [jovian] Committed successfully! https://jovian.ml/anjana-vegaraju/zerotopandas-course-project-starter