Baselight

TMDB Dataset

From Old to 2024 movies

@kaggle.fornotesnew_tmdb_dataset

Loading...
Loading...

About this Dataset

TMDB Dataset

What's Inside? 🕵️‍♂️

Titles & Release Info: From classic hits to the latest blockbusters, get detailed info on movie titles and their release years.

Genres & Keywords: Navigate through movies sorted by genres and keywords for targeted analysis or discovery.

Ratings & Popularity: Dive into audience ratings, popularity scores, and vote counts to gauge movie success.

Production Insights: Explore behind-the-scenes with info on production companies, countries, and budgets.

Cast & Crew: Get the scoop on who's who in your favorite movies with detailed cast and crew listings.

Tables

Tmdb Dataset

@kaggle.fornotesnew_tmdb_dataset.tmdb_dataset
  • 352.2 MB
  • 956622 rows
  • 30 columns
Loading...

CREATE TABLE tmdb_dataset (
  "id" BIGINT,
  "title" VARCHAR,
  "vote_average" DOUBLE,
  "vote_count" DOUBLE,
  "status" VARCHAR,
  "release_date" TIMESTAMP,
  "revenue" DOUBLE,
  "runtime" DOUBLE,
  "budget" DOUBLE,
  "imdb_id" VARCHAR,
  "original_language" VARCHAR,
  "original_title" VARCHAR,
  "overview" VARCHAR,
  "popularity" DOUBLE,
  "tagline" VARCHAR,
  "genres" VARCHAR,
  "production_companies" VARCHAR,
  "production_countries" VARCHAR,
  "spoken_languages" VARCHAR,
  "cast" VARCHAR,
  "director" VARCHAR,
  "director_of_photography" VARCHAR,
  "writers" VARCHAR,
  "producers" VARCHAR,
  "music_composer" VARCHAR,
  "adult" BOOLEAN,
  "backdrop_path" VARCHAR,
  "homepage" VARCHAR,
  "poster_path" VARCHAR,
  "keywords" VARCHAR
);

Share link

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