Steam Games Data From Steam API And Other Sources
Full data until 20th April 2022. Includes data from the Steam API, and also web.
@kaggle.vicentearce_steamdata
Full data until 20th April 2022. Includes data from the Steam API, and also web.
@kaggle.vicentearce_steamdata
CREATE TABLE game_data (
"deck" VARCHAR,
"early_access" BOOLEAN,
"game_id" BIGINT,
"tag_list" VARCHAR,
"title" VARCHAR,
"vr_only" BOOLEAN,
"vr_pcinput" VARCHAR,
"vr_supported" BOOLEAN
);
CREATE TABLE languagestab (
"language" VARCHAR,
"percentage" DOUBLE
);
CREATE TABLE tags_by_category_updated (
"tag_type" VARCHAR,
"tag" VARCHAR
);
Anyone who has the link will be able to view this.