IMDb Movies/Shows With Descriptions
Top 8k movies and/or tv shows with descriptions from the 90s and onwards
@kaggle.ishikajohari_imdb_data_with_descriptions
Top 8k movies and/or tv shows with descriptions from the 90s and onwards
@kaggle.ishikajohari_imdb_data_with_descriptions
CREATE TABLE imdb (
"unnamed_0" BIGINT,
"index" BIGINT,
"tconst" VARCHAR,
"titletype" VARCHAR,
"primarytitle" VARCHAR,
"originaltitle" VARCHAR,
"isadult" BIGINT,
"startyear" BIGINT,
"endyear" VARCHAR,
"runtimeminutes" VARCHAR,
"genres" VARCHAR,
"averagerating" DOUBLE,
"numvotes" BIGINT,
"ordering" BIGINT,
"title" VARCHAR,
"region" VARCHAR,
"language" VARCHAR,
"types" VARCHAR,
"attributes" VARCHAR,
"isoriginaltitle" BIGINT,
"description" VARCHAR
);
Anyone who has the link will be able to view this.