TMDB-box-office / README.md
ashen97's picture
Update README.md
7e91595 verified
metadata
license: cc-by-nc-sa-4.0
tags:
  - tmdb,
  - movies,
  - films,
  - box

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.