Baselight

Top 500 Movies By Production Budget

The Most Expensive Film Productions Ever

@kaggle.mitchellharrison_top_500_movies_budget

Loading...
Loading...

About this Dataset

Top 500 Movies By Production Budget

These are the top 500 films by production budget, as judged by The Numbers.

Data was scraped from this page and all individual movie pages. Scraping was done in R using the rvest package.

Notes:

  • Production budgets are not inflation adjusted
  • Production budgets and box office numbers are hard to pin down specifically, as noted by The Numbers

Tables

Top 500 Movies

@kaggle.mitchellharrison_top_500_movies_budget.top_500_movies
  • 48.84 KB
  • 500 rows
  • 13 columns
Loading...

CREATE TABLE top_500_movies (
  "rank" BIGINT,
  "release_date" TIMESTAMP,
  "title" VARCHAR,
  "url" VARCHAR,
  "production_cost" BIGINT,
  "domestic_gross" BIGINT,
  "worldwide_gross" BIGINT,
  "opening_weekend" DOUBLE,
  "mpaa" VARCHAR,
  "genre" VARCHAR,
  "theaters" DOUBLE,
  "runtime" DOUBLE,
  "year" DOUBLE
);

Share link

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