Skip to content

ChastityB/How-to-Make-The-Best-Movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

How to Make The Best Movies

TMDB Movie Dashboard Tableau Link

Screen Shot 2023-01-24 at 8 25 05 PM

Business Problem

Analyze IMDB's extensive publicly available dataset, extract the financial datfrom TMDB's API and extract insights and recommendations on how to make the best movies.

This project uses a combination of machine learning model based insights and hypothesis testing to answer stakeholder questions. A Tableau Dashboard was created to supplement visually the stakeholder questions.

Stakeholder's Requirements.

  • Stackholders did not want to include movies released before 2000.
  • Stackholders are only interested in movies released in the United States

Part 1 - IMDB Data Processing

  • Download movie metadata from IMDB's public datasets.
    • The datasets can be obtained here .
    • Data dictionary for extracted datasets can be obtained here .
  • Filter the necessary information that meets the stakeholder's requirements
  • Files extracted include:
    • title.basics.tsv.gz
    • title.ratings.tsv.gz
    • title.akas.tsv.gz
    • title.crew.tsv.gz
    • title.principals.tsv.gz
    • name.basics.tsv.gz

Part 2 - Extracting TMDB Data

  • Extract financial data and MPAA rating for the movies using TMDB's API.

Exploratory Data Analysis

Movies with Financial Data

Screen Shot 2023-01-24 at 8 47 44 PM

Movies in each Category

Screen Shot 2023-01-24 at 8 47 53 PM

Average Revenue per Certification

Screen Shot 2023-01-24 at 8 48 01 PM

Average Budget per Certification

Screen Shot 2023-01-24 at 8 48 10 PM

Part 3 - MySQL Database

  • Normalize all extracted IMDB movie data into proper MySQL database
    • See notebook for more details on this process

Part 4 - Hypothesis Testing

(to be updated)

About

SQL Database on Movies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages