Nintendo Games
All Nintendo games for all platforms scraped from metacritic.com as of Aug 2023
@kaggle.joebeachcapital_nintendo_games
All Nintendo games for all platforms scraped from metacritic.com as of Aug 2023
@kaggle.joebeachcapital_nintendo_games
CREATE TABLE nintendogames (
"meta_score" DOUBLE,
"title" VARCHAR,
"platform" VARCHAR,
"date" VARCHAR,
"user_score" DOUBLE,
"link" VARCHAR,
"esrb_rating" VARCHAR,
"developers" VARCHAR,
"genres" VARCHAR
);
Anyone who has the link will be able to view this.