Baselight

All Time Worldwide Box Office

Worldwide Box Office Collection

@kaggle.kkhandekar_all_time_worldwide_box_office

Loading...
Loading...

About this Dataset

All Time Worldwide Box Office

Content: This dataset contains the top movies based on the cumulative worldwide box office.

Scraped from: https://www.the-numbers.com/

Note: This chart is not adjusted for inflation.

Tables

All Time Worldwide Box Office

@kaggle.kkhandekar_all_time_worldwide_box_office.all_time_worldwide_box_office
  • 37.24 KB
  • 595 rows
  • 6 columns
Loading...

CREATE TABLE all_time_worldwide_box_office (
  "rank" BIGINT,
  "year" BIGINT,
  "movie" VARCHAR,
  "worldwidebox_office" VARCHAR,
  "domesticbox_office" VARCHAR,
  "internationalbox_office" VARCHAR
);

Share link

Anyone who has the link will be able to view this.