Top 500 Hollywood Movies Of All Time
Over 500 of the highest grossing Hollywood movies of all time
@kaggle.joebeachcapital_top_500_hollywood_movies_of_all_time
Over 500 of the highest grossing Hollywood movies of all time
@kaggle.joebeachcapital_top_500_hollywood_movies_of_all_time
CREATE TABLE most_profitable_movies_of_all_time_top_500_movies (
"title" VARCHAR,
"worldwide_gross_m" DOUBLE,
"n__budget_recovered" VARCHAR,
"x_times_budget_recovered" DOUBLE,
"budget_millions" DOUBLE,
"domestic_gross_m" DOUBLE,
"domestic" VARCHAR,
"international_gross_m" DOUBLE,
"n__of_gross_from_international" VARCHAR,
"worldwide_gross" BIGINT,
"year" BIGINT,
"decade" VARCHAR,
"source" VARCHAR,
"budget_source" VARCHAR,
"force_label" VARCHAR,
"horror" VARCHAR
);
Anyone who has the link will be able to view this.