Baselight

Marvel Superhero Movies

Graded by box office performance, rotten tomatoes score, and % budget recovered.

@kaggle.joebeachcapital_marvel_movies

Loading...
Loading...

About this Dataset

Marvel Superhero Movies

With a new Ant Man film just released, another Guardians of the Galaxy movie looming and other MCU phase 5 slugfests coming down the Disney pipeline, can you answer this question:

What is the best performing Marvel Movie?

It all depends on how you measure performance, of course.

  • Critical success?
  • Audience score?
  • Worldwide gross revenue?
  • Domestic US revenue?
  • Percent of budget recovered?
  • Percent of budget recovered in the opening weekend?
  • Opening weekend revenue?
  • Second weekend revenue? (a decent barometer of audience response).

Some interesting metrics & combos:

  • % budget recovered – a blockbuster movie typically needs to recoup 250% of its budget to cover worldwide marketing costs. So this metric let you quickly see which MCU movies have been commercial flops.

  • 1st vs 2nd weekend drop off – high % declines between weekends is suggestive of audiences not particularly liking a movie, not recommending it to friends etc. Use this to see which movies came in ‘below average’

  • % budget recovered vs % critics score – any correlation between critical appreciation and box office success?

  • audience vs critics % deviance – shows which films were more (or less) favoured by audiences vs. critics.

Tables

What Is The Best Performing Marvel Movie Public Marvel Movies

@kaggle.joebeachcapital_marvel_movies.what_is_the_best_performing_marvel_movie_public_marvel_movies
  • 17.41 KB
  • 30 rows
  • 19 columns
Loading...

CREATE TABLE what_is_the_best_performing_marvel_movie_public_marvel_movies (
  "film" VARCHAR,
  "category" VARCHAR,
  "worldwide_gross_m" BIGINT,
  "n__budget_recovered" VARCHAR,
  "critics_score" VARCHAR,
  "audience_score" VARCHAR,
  "audience_vs_critics_deviance" VARCHAR,
  "budget" DOUBLE,
  "domestic_gross_m" BIGINT,
  "international_gross_m" BIGINT,
  "opening_weekend_m" DOUBLE,
  "second_weekend_m" DOUBLE,
  "n_1st_vs_2nd_weekend_drop_off" VARCHAR,
  "n__gross_from_opening_weekend" DOUBLE,
  "n__gross_from_domestic" VARCHAR,
  "n__gross_from_international" VARCHAR,
  "n__budget_opening_weekend" VARCHAR,
  "year" BIGINT,
  "source" VARCHAR
);

Share link

Anyone who has the link will be able to view this.