CoolFace
Datasetpublic

oowens/TMDB-box-office

TMDB Box Office Dataset for Prediction This dataset contains metadata for 10,000 movies collected from the TMDB (The Movie Database) API. It is designed for movie analytics and box office prediction tasks. Each row represents a movie with key information useful for regression or machine learning models. Columns: id: Unique identifier for the movie title: Title of the movie budget: Budget of the movie in USD revenue: Revenue earned in USD genres: List of genres… See the full description on the dataset page: https://huggingface.co/datasets/oowens/TMDB-box-office.

sourceHugging Facecc-by-nc-sa-4.0updated 7mo agoView on Hugging Face
1likes31downloads
Dataset Card

TMDB Box Office Dataset for Prediction

This dataset contains metadata for 10,000 movies collected from the TMDB (The Movie Database) API. It is designed for movie analytics and box office prediction tasks. Each row represents a movie with key information useful for regression or machine learning models.

Columns:

  • id: Unique identifier for the movie
  • title: Title of the movie
  • budget: Budget of the movie in USD
  • revenue: Revenue earned in USD
  • genres: List of genres associated with the movie
  • runtime: Duration of the movie in minutes
  • release_date: Official release date of the movie
  • production_companies: List of production companies involved
  • production_countries: Countries where the movie was produced
  • cast: Main cast members of the movie

This dataset was created as part of a project to build a machine learning model for predicting box office revenue using various movie attributes.