Baselight

Steam Games Dataset

User tags info and data from howlongtobeat.com on about 60000 Steam games

@kaggle.gruffgemini_steam_games_dataset

Loading...
Loading...

About this Dataset

Steam Games Dataset

The dataset includes information on about 60000 video games from Steam platform. The key information is user tags, which describe the nature and prominent features of the game. The data also includes information about the average length of the game (taken from howlongtobeat.com).

The dataset can be a great help in building a recommendation system that doesn't rely on peer preferences.

Tables

Dataset

@kaggle.gruffgemini_steam_games_dataset.dataset
  • 4.34 MB
  • 63543 rows
  • 11 columns
Loading...

CREATE TABLE dataset (
  "id" BIGINT,
  "name" VARCHAR,
  "year" DOUBLE,
  "metacritic_rating" DOUBLE,
  "reviewer_rating" DOUBLE,
  "positivity_ratio" DOUBLE,
  "to_beat_main" DOUBLE,
  "to_beat_extra" DOUBLE,
  "to_beat_completionist" DOUBLE,
  "extra_content_length" DOUBLE,
  "tags" VARCHAR
);

Share link

Anyone who has the link will be able to view this.