Baselight

Top Video Games 1995-2021 Metacritic

Details about the top rated video games 1995-2021

@kaggle.deepcontractor_top_video_games_19952021_metacritic

Loading...
Loading...

About this Dataset

Top Video Games 1995-2021 Metacritic

An updated version of this dataset can be found here : https://www.kaggle.com/datasets/henrylin03/metacritic-games-user-reviews-and-metascores

Content

This dataset contains a list of video games dating from 1995 to 2021, it also provides things such as release dates, user review rating, and critic review rating.

Acknowledgements

The data is scraped from here.

Picture Credit

Unsplash.

Tables

All Games

@kaggle.deepcontractor_top_video_games_19952021_metacritic.all_games
  • 6.82 MB
  • 18800 rows
  • 6 columns
Loading...

CREATE TABLE all_games (
  "name" VARCHAR,
  "platform" VARCHAR,
  "release_date" VARCHAR,
  "summary" VARCHAR,
  "meta_score" BIGINT,
  "user_review" VARCHAR
);

Share link

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