Game Recommendations On Steam
A dataset of games, users and reviews for building recommendation systems
@kaggle.antonkozyriev_game_recommendations_on_steam
A dataset of games, users and reviews for building recommendation systems
@kaggle.antonkozyriev_game_recommendations_on_steam
CREATE TABLE games (
"app_id" BIGINT,
"title" VARCHAR,
"date_release" TIMESTAMP,
"win" BOOLEAN,
"mac" BOOLEAN,
"linux" BOOLEAN,
"rating" VARCHAR,
"positive_ratio" BIGINT,
"user_reviews" BIGINT,
"price_final" DOUBLE,
"price_original" DOUBLE,
"discount" DOUBLE,
"steam_deck" BOOLEAN
);
Anyone who has the link will be able to view this.