All Time Worldwide Box Office For Action Movies
A comprehensive dataset containing information on 2000 action movies.
@kaggle.bilalwaseer_all_time_worldwide_box_office_for_action_movies
A comprehensive dataset containing information on 2000 action movies.
@kaggle.bilalwaseer_all_time_worldwide_box_office_for_action_movies
CREATE TABLE all_time_worldwide_box_office_for_action_movies_sheet1 (
"rank" BIGINT,
"released" BIGINT,
"movie" VARCHAR,
"worldwide_box_office" VARCHAR,
"domestic_box_office" VARCHAR,
"international_box_office" VARCHAR
);
CREATE TABLE new_version_all_time_worldwide_box_office_for_action_movies (
"rank" BIGINT,
"released" BIGINT,
"movies" VARCHAR,
"worldwide_box_office" BIGINT,
"domestic_box_office" BIGINT,
"international_box_office" BIGINT
);
Anyone who has the link will be able to view this.