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 recommendations (
"app_id" BIGINT,
"helpful" BIGINT,
"funny" BIGINT,
"date" TIMESTAMP,
"is_recommended" BOOLEAN,
"hours" DOUBLE,
"user_id" BIGINT,
"review_id" BIGINT
);
Anyone who has the link will be able to view this.