Skip to content

dshreesr/movie-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

movie-data

Problem Statement:

  1. To perform exploratory data analysis on the IMDB movie data-set.

Analysis Approach:

  1. At first I tried to understand the data better, and then started the cleaning process using python.
  2. I have used Jupyther Notebook to perform the analysis.
  3. I have dropped the missing values and duplicate values since they are small in number. Also I have dropped unwanted columns and replaced ‘None’ values with most common values.
  4. I have then analysed the data using statistical analysis and prepared charts where-ever required.

Insights:

  1. Top 10 profitable movies and directors

image

  1. Top 10 IMDB movies

image

  1. Top 10 Movie Genres

image

  1. Critic favorite and User favorite actors

image

  1. Users vote for movies over the decades

image

Please have a look at the attached code for detailed analysis and insights.