Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 557 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 557 Bytes

analyzing_imdb_movie_dataset

You have the data for the 100 top-rated movies from the past decade along with various pieces of information about the movie, its actors, and the voters who have rated these movies online.

Analysis was done in Jupyter Notebook using these Python libraries - Pandas, Numpy, Matplotib and Seaborn

This analysis used various analytical steps and visualization:

  • Data Handling and Cleaning
  • Data Analysis
  • Demographic Analysis
  • Joint Plot
  • Dist Plot
  • Histogram Chart
  • Box Plots
  • Bar Chart
  • Scatter Plot
  • Heatmaps