Full TMDB Movies Dataset 2024 (1M Movies)
Complete dataset containing movie data from TMDb. Updated Daily
@kaggle.asaniczka_tmdb_movies_dataset_2023_930k_movies
Complete dataset containing movie data from TMDb. Updated Daily
@kaggle.asaniczka_tmdb_movies_dataset_2023_930k_movies
The TMDb (The Movie Database) is a comprehensive movie database that provides information about movies, including details like titles, ratings, release dates, revenue, genres, and much more.
This dataset contains a collection of 1,000,000 movies from the TMDB database.
Dataset is updated daily. If you find this dataset valuable, don't forget to hit the upvote button! 😊💝
Clash of Clans Clans Dataset 2023 (3.5M Clans)
Black-White Wage Gap in the USA Dataset
USA Unemployment Rates by Demographics & Race
Photo by Onur Binay on Unsplash
CREATE TABLE tmdb_movie_dataset_v11 (
"id" BIGINT,
"title" VARCHAR,
"vote_average" DOUBLE,
"vote_count" BIGINT,
"status" VARCHAR,
"release_date" TIMESTAMP,
"revenue" BIGINT,
"runtime" BIGINT,
"adult" BOOLEAN,
"backdrop_path" VARCHAR,
"budget" BIGINT,
"homepage" VARCHAR,
"imdb_id" VARCHAR,
"original_language" VARCHAR,
"original_title" VARCHAR,
"overview" VARCHAR,
"popularity" DOUBLE,
"poster_path" VARCHAR,
"tagline" VARCHAR,
"genres" VARCHAR,
"production_companies" VARCHAR,
"production_countries" VARCHAR,
"spoken_languages" VARCHAR,
"keywords" VARCHAR
);
Anyone who has the link will be able to view this.