Top 500 Movies By Production Budget
The Most Expensive Film Productions Ever
@kaggle.mitchellharrison_top_500_movies_budget
The Most Expensive Film Productions Ever
@kaggle.mitchellharrison_top_500_movies_budget
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
);
Anyone who has the link will be able to view this.