Disney+ TV Shows And Movies
Movies and TV Shows listings on Disney+ (May, 2022)
@kaggle.victorsoeiro_disney_tv_shows_and_movies
Movies and TV Shows listings on Disney+ (May, 2022)
@kaggle.victorsoeiro_disney_tv_shows_and_movies
CREATE TABLE credits (
"person_id" BIGINT,
"id" VARCHAR,
"name" VARCHAR,
"character" VARCHAR,
"role" VARCHAR
);
CREATE TABLE titles (
"id" VARCHAR,
"title" VARCHAR,
"type" VARCHAR,
"description" VARCHAR,
"release_year" BIGINT,
"age_certification" VARCHAR,
"runtime" BIGINT,
"genres" VARCHAR,
"production_countries" VARCHAR,
"seasons" DOUBLE,
"imdb_id" VARCHAR,
"imdb_score" DOUBLE,
"imdb_votes" DOUBLE,
"tmdb_popularity" DOUBLE,
"tmdb_score" DOUBLE
);
Anyone who has the link will be able to view this.