Baselight

Movies Box Office Dataset (2000-2024)

A Comprehensive Analysis of Global Box Office Performance of Movies (2000–2024)

@kaggle.aditya126_movies_box_office_dataset_2000_2024

Loading...
Loading...

About this Dataset

Movies Box Office Dataset (2000-2024)

This dataset provides a detailed analysis of global box office performance from 2000 to 2024. It includes information on movies released during this period, covering key metrics such as release dates, genres, production budgets, worldwide gross, and more. The dataset aims to assist researchers, data scientists, and movie enthusiasts in exploring trends in the film industry, analyzing profitability, and understanding audience preferences over the years.

Key Features:

  1. Timeframe: 2000–2024
  2. Metrics: Revenue, production budget, profit margins, and more
  3. Genres: Covers various genres to analyze trends in audience preferences
  4. Insights: Ideal for trend analysis, profitability studies, and forecasting

This dataset is ideal for:

  • Machine learning projects such as predicting box office success
  • Exploratory data analysis (EDA) for trends in the movie industry
  • Research on the evolution of filmmaking economics

Note: All data is curated from publicly available sources.

Tables

Enhanced Box Office Data 2000–2024 U

@kaggle.aditya126_movies_box_office_dataset_2000_2024.enhanced_box_office_data_2000_2024_u
  • 282 KB
  • 5000 rows
  • 13 columns
Loading...

CREATE TABLE enhanced_box_office_data_2000_2024_u (
  "rank" BIGINT,
  "release_group" VARCHAR,
  "n__worldwide" DOUBLE,
  "n__domestic" DOUBLE,
  "domestic" DOUBLE,
  "n__foreign" DOUBLE,
  "foreign" DOUBLE,
  "year" BIGINT,
  "genres" VARCHAR,
  "rating" VARCHAR,
  "vote_count" DOUBLE,
  "original_language" VARCHAR,
  "production_countries" VARCHAR
);

Share link

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