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

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.

project_name = project_name = "Netflix Data Analysis" 
!pip install jovian --upgrade -q
import jovian
jovian.commit(project="zerotopandas-course-project-starter",files=["netflix_titles.csv"])
[jovian] Attempting to save notebook.. [jovian] Please enter your API key ( from https://jovian.ml/ ): API KEY: ········ [jovian] Updating notebook "ajay980825/netflix-data-analysis" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Uploading additional files... [jovian] Committed successfully! https://jovian.ml/ajay980825/netflix-data-analysis