Baselight

Sega Games

All Sega games for all platforms scraped from metacritic.com as of August 2023

@kaggle.joebeachcapital_sega_games

Loading...
Loading...

About this Dataset

Sega Games

All Sega games for all platforms scraped from metacritic.com as of August 24, 2023.

Columns:

  • meta score
  • user score
  • title
  • platform
  • release date
  • details page link
  • esrb rating
  • developers
  • genres

Tables

Segagames

@kaggle.joebeachcapital_sega_games.segagames
  • 63.08 KB
  • 1481 rows
  • 9 columns
Loading...

CREATE TABLE segagames (
  "meta_score" DOUBLE,
  "title" VARCHAR,
  "platform" VARCHAR,
  "date" VARCHAR,
  "user_score" DOUBLE,
  "link" VARCHAR,
  "esrb_rating" VARCHAR,
  "developers" VARCHAR,
  "genres" VARCHAR
);

Share link

Anyone who has the link will be able to view this.