IMDB Video Games
Around 20K titles for data and game enthusiasts
@kaggle.muhammadadiltalay_imdb_video_games
Around 20K titles for data and game enthusiasts
@kaggle.muhammadadiltalay_imdb_video_games
CREATE TABLE imdb_videogames (
"unnamed_0" BIGINT,
"name" VARCHAR,
"url" VARCHAR,
"year" DOUBLE,
"certificate" VARCHAR,
"rating" DOUBLE,
"votes" DOUBLE,
"plot" VARCHAR,
"action" BOOLEAN,
"adventure" BOOLEAN,
"comedy" BOOLEAN,
"crime" BOOLEAN,
"family" BOOLEAN,
"fantasy" BOOLEAN,
"mystery" BOOLEAN,
"sci_fi" BOOLEAN,
"thriller" BOOLEAN
);
Anyone who has the link will be able to view this.