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

Data Analysis of Netflix Movies and TV Shows

This dataset consists of tv shows and movies available on Netflix as of 2019. The dataset is collected from Flixable which is a third-party Netflix search engine. I have downloaded it from Kaggle (https://www.kaggle.com/shivamb/netflix-shows)

Here I am trying to find interesting insights from the data using numpy, pandas, matplot and seaborn libraries. I am doing it as a project from Course the course floated on Jovian.ml and freedatacamp YT channel.

Key learnings:

  • Basics of python
  • Basics of numpy, pandas library
  • Basics of visualisation libraries (matplot and seaborn)
  • Basics of data handling and cleaning

This is my first ever project using python.

project_name = "zerotopandas-course-project-Netflix-content-analysis" 
!pip install jovian --upgrade -q
import jovian
jovian.commit(project=project_name, files = ['netflix_titles.csv'])
[jovian] Attempting to save notebook.. [jovian] Detected Kaggle notebook... [jovian] Please enter your API key ( from https://jovian.ml/ ): API KEY: ········ [jovian] Uploading notebook to https://jovian.ml/aakashkrsingh1/zerotopandas-course-project-Netflix-content-analysis