This dataset includes information, and eventual investigation, about the various tmdb movies released over the years
Given the dataset, it is required to draw insights from the this dataset. A few questions are asked; these questions serve as guide for the subsequent explorations. These questions include:
- Which movies are the most popular of all time?
- Which genres are the most popular of all time?
- Which actors are the most popular?
- How is revenue affected as the years go by?
- Which movie title had the highest vote count?
- Which movie title had the longest run time?
- Which movie actors got the highest vote counts?
- How is popularity trending over the period of time?
- The less important coloumns dropped
- Missing values were also dropped
Exploratory data analyses were carried out on the cleaned tmdb dataset and insights drawn.
After thorough cleaning of the movies dataset, Exploratory Data Analysis was performed on the dataset in order to draw insights from the dataset. The key findings from the exoplorations are:
- Jurassic World was the most popular movie of all time
- Action,Adventure,Science Fiction and Thriller were the most popular genres of all time.
- Chris Pratt was the most popular actor
- $5 a Day had the highest budget
- The Story of Film: An Odyssey ha the longest run time had the highest movie runtime
- The Hobbit: The Battle of the Five Armies was the most movie with highest budget
- Inception had the highest vote count
- Movie revenues increased as the years went by.
- Mark Cousins was the most popular director
- James Cameron generated tyhe biggest revenue amongst the directors.