Top 15 Films Released Each Week In UK 2022
Each week there is a top 15, this is a compilation of all 2022 top 15 rankings
@kaggle.kayla96_top_15_films_released_in_uk_2022
Each week there is a top 15, this is a compilation of all 2022 top 15 rankings
@kaggle.kayla96_top_15_films_released_in_uk_2022
CREATE TABLE top15moviesreleasedinuk2022 (
"rank" BIGINT,
"film" VARCHAR,
"country_of_origin" VARCHAR,
"weekend_gross" DOUBLE,
"distributor" VARCHAR,
"change_on_last_week" VARCHAR,
"weeks_on_release" BIGINT,
"number_of_cinemas" BIGINT,
"site_avg" DOUBLE,
"total_gross_to_date" DOUBLE,
"date" TIMESTAMP
);
Anyone who has the link will be able to view this.