Baselight

Games Of All Time From Metacritic

List of games with user ratings, description, developer name, etc.

@kaggle.xcherry_games_of_all_time_from_metacritic

Loading...
Loading...

About this Dataset

Games Of All Time From Metacritic

Games of All time from Metacritic

The list includes all games from: https://www.metacritic.com/browse/games/score/metascore/all/all/filtered with:

  • user score
  • meta score
  • platform information
  • description
  • developer
  • url to game
  • genre
  • rating (E, M, T etc)
  • type (multi/single player)

What you can do with this dataset?

Tables

Games Of All Time

@kaggle.xcherry_games_of_all_time_from_metacritic.games_of_all_time
  • 3.66 MB
  • 8831 rows
  • 10 columns
Loading...

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
);

Share link

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