Sega Games
All Sega games for all platforms scraped from metacritic.com as of August 2023
@kaggle.joebeachcapital_sega_games
All Sega games for all platforms scraped from metacritic.com as of August 2023
@kaggle.joebeachcapital_sega_games
CREATE TABLE segagames (
"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.