Baselight

Top 1000 Highest Grossing Movies

Top 1000 Highest Grossing Holywood Movies

@kaggle.sanjeetsinghnaik_top_1000_highest_grossing_movies

Loading...
Loading...

About this Dataset

Top 1000 Highest Grossing Movies

Context
This dataset contains information about the top 1000 highest grossing holywood films. It is up to date as of 25th September 2023.

Acknowledgements
This data has been scraped from multiple site and has been added together for performing various data operations. The data has been taken from IMDB, rotten tomatoes and many other sites.

UPDATE:
The original data contained information about movies and some additional have been added by me. 'None' refers to datapoints that I could not scrape. If you wish to contribute to this dataset. Do contact me :)

Tables

Highest Holywood Grossing Movies

@kaggle.sanjeetsinghnaik_top_1000_highest_grossing_movies.highest_holywood_grossing_movies
  • 188.11 KB
  • 1000 rows
  • 14 columns
Loading...

CREATE TABLE highest_holywood_grossing_movies (
  "unnamed_0" BIGINT,
  "title" VARCHAR,
  "movie_info" VARCHAR,
  "year" BIGINT,
  "distributor" VARCHAR,
  "budget_in" VARCHAR,
  "domestic_opening_in" VARCHAR,
  "domestic_sales_in" BIGINT,
  "international_sales_in" BIGINT,
  "world_wide_sales_in" BIGINT,
  "release_date" VARCHAR,
  "genre" VARCHAR,
  "running_time" VARCHAR,
  "license" VARCHAR
);

Share link

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