Stack 4 - Week 3 - Project 3 - Part 1 (Core)

The project assignment is at the beginning of this week because you already have all of the background to complete project part 3 based on the first two weeks of the course!

Business Problem

For this project, you have been hired to produce a MySQL database on Movies from a subset of IMDB's publicly available dataset. Ultimately, you will use this database to analyze what makes a movie successful, and will provide recommendations to the stakeholder on how to make a successful movie.

Over the course of this project, you will:

  • Part 1: Download several files from IMDB’s movie data set and filter out the subset of moves requested by the stakeholder.

  • Part 2: Use an API to extract box office revenue and profit data to add to your IMDB data and perform exploratory data analysis.

  • Part 3: Construct and export a MySQL database using your data.

  • Part 4: Apply hypothesis testing to explore what makes a movie successful.

  • Part 5 (Optional): Produce a Linear Regression model to predict movie performance.

My submission

Full Assignment PDF

Stack 4 - Week 2 - Project3 - Part 2 - Extraction from TMDB

Business Problem

For this project, you have been hired to produce a MySQL database on Movies from a subset of IMDB's publicly available dataset. Ultimately, you will use this database to analyze what makes a movie successful, and will provide recommendations to the stakeholder on how to make a successful movie.

Over the course of this project, you will:

  • Part 1: Download several files from IMDB’s movie data set and filter out the subset of moves requested by the stakeholder.

  • Part 2: Use an API to extract box office revenue and profit data to add to your IMDB data and perform exploratory data analysis.

  • Part 3: Construct and export a MySQL database using your data.

  • Part 4: Apply hypothesis testing to explore what makes a movie successful.

  • Part 5 (Optional): Produce a Linear Regression model to predict movie performance.

Complete Assignment page


Stack 4 - Week 1 - Project 3 - Part 1 - Business Problem(IMDB)

Welcome to another Core assignment! Some students like to explore the assignments before they're finished reading through the lessons, and that's okay! It can be good for your brain to have a preview of what your future challenges might be. However, before you begin this assignment, it's important that you've first:

  • Completed the preceding lesson modules

  • Taken the knowledge checks to confirm your understanding

  • Viewed lecture material related to the assignment topics

  • Completed and submitted your practice assignments

Read More