Top Video Games 1995-2021 Metacritic
Details about the top rated video games 1995-2021
@kaggle.deepcontractor_top_video_games_19952021_metacritic
Details about the top rated video games 1995-2021
@kaggle.deepcontractor_top_video_games_19952021_metacritic
An updated version of this dataset can be found here : https://www.kaggle.com/datasets/henrylin03/metacritic-games-user-reviews-and-metascores
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.
The data is scraped from here.
Unsplash.
CREATE TABLE all_games (
"name" VARCHAR,
"platform" VARCHAR,
"release_date" VARCHAR,
"summary" VARCHAR,
"meta_score" BIGINT,
"user_review" VARCHAR
);Anyone who has the link will be able to view this.