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
Gathered from weekly reports on BFI.org.uk, this data compiles all 52 top 15 movie reports for 2022.
This data shows which movies were #1 in the UK for multiple weeks, which movies grossed the most in the least amount of time, and much more. Enjoy finding what insights may lie in the data!
All currency has been converted from pound (£) to USD ($)
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.