OpenCritic Full 2013-2024 Data
OpenCritic video game data from the earliest available on the site through 2024
@kaggle.jamesrivers_opencritic_full_2013_2024_data
OpenCritic video game data from the earliest available on the site through 2024
@kaggle.jamesrivers_opencritic_full_2013_2024_data
From OpenCritic, text scraped from individual game pages such as Super Mario Odyssey, genres specifically had to be pulled and matched from index pages. 8565 games worth of data recorded, including Title, Top Critic Average, CriticScore, Platforms, Release Date, Developers/Publishers, and Genres.
CREATE TABLE opencritic_full_final_2013_2024 (
"title" VARCHAR,
"top_critic_average" BIGINT,
"criticscore" VARCHAR,
"platforms" VARCHAR,
"date" TIMESTAMP,
"developers_publishers" VARCHAR,
"genres" VARCHAR
);
Anyone who has the link will be able to view this.