52,000 Animation Movie Details (2024)
Scraped dataset from TMDB API. Detailed information about animation movies.
@kaggle.asaniczka_52000_animation_movie_details_dataset_2024
Scraped dataset from TMDB API. Detailed information about animation movies.
@kaggle.asaniczka_52000_animation_movie_details_dataset_2024
CREATE TABLE animation_movies (
"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
);
Anyone who has the link will be able to view this.