Games Of All Time From Metacritic
List of games with user ratings, description, developer name, etc.
@kaggle.xcherry_games_of_all_time_from_metacritic
List of games with user ratings, description, developer name, etc.
@kaggle.xcherry_games_of_all_time_from_metacritic
CREATE TABLE games_of_all_time (
"game_name" VARCHAR,
"meta_score" DOUBLE,
"user_score" DOUBLE,
"platform" VARCHAR,
"description" VARCHAR,
"url" VARCHAR,
"developer" VARCHAR,
"genre" VARCHAR,
"type" VARCHAR,
"rating" VARCHAR
);
Anyone who has the link will be able to view this.