Baselight

Steam Store Games (Clean Dataset)

Combined data of 27,000 games scraped from Steam and SteamSpy APIs

@kaggle.nikdavis_steam_store_games

Steam
@kaggle.nikdavis_steam_store_games.steam

  • 1.67 MB
  • 27075 rows
  • 18 columns
appid

Appid

name

Name

release_date

Release Date

english

English

developer

Developer

publisher

Publisher

platforms

Platforms

required_age

Required Age

categories

Categories

genres

Genres

steamspy_tags

Steamspy Tags

achievements

Achievements

positive_ratings

Positive Ratings

negative_ratings

Negative Ratings

average_playtime

Average Playtime

median_playtime

Median Playtime

owners

Owners

price

Price

10Counter-StrikeWed Nov 01 2000 00:00:00 GMT+0000 (Coordinated Universal Time)1ValveValvewindows;mac;linuxMulti-player;Online Multi-Player;Local Multi-Player;Valve Anti-Cheat enabledActionAction;FPS;Multiplayer12453433391761231710000000-200000007.19
20Team Fortress ClassicThu Apr 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)1ValveValvewindows;mac;linuxMulti-player;Online Multi-Player;Local Multi-Player;Valve Anti-Cheat enabledActionAction;FPS;Multiplayer3318633277625000000-100000003.99
30Day of DefeatThu May 01 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1ValveValvewindows;mac;linuxMulti-player;Valve Anti-Cheat enabledActionFPS;World War II;Multiplayer3416398187345000000-100000003.99
40Deathmatch ClassicFri Jun 01 2001 00:00:00 GMT+0000 (Coordinated Universal Time)1ValveValvewindows;mac;linuxMulti-player;Online Multi-Player;Local Multi-Player;Valve Anti-Cheat enabledActionAction;FPS;Multiplayer12732672581845000000-100000003.99
50Half-Life: Opposing ForceMon Nov 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)1Gearbox SoftwareValvewindows;mac;linuxSingle-player;Multi-player;Valve Anti-Cheat enabledActionFPS;Action;Sci-fi52502886244155000000-100000003.99
60RicochetWed Nov 01 2000 00:00:00 GMT+0000 (Coordinated Universal Time)1ValveValvewindows;mac;linuxMulti-player;Online Multi-Player;Valve Anti-Cheat enabledActionAction;FPS;Multiplayer2758684175105000000-100000003.99
70Half-LifeSun Nov 08 1998 00:00:00 GMT+0000 (Coordinated Universal Time)1ValveValvewindows;mac;linuxSingle-player;Multi-player;Online Multi-Player;Steam Cloud;Valve Anti-Cheat enabledActionFPS;Classic;Action2775511001300835000000-100000007.19
80Counter-Strike: Condition ZeroMon Mar 01 2004 00:00:00 GMT+0000 (Coordinated Universal Time)1ValveValvewindows;mac;linuxSingle-player;Multi-player;Valve Anti-Cheat enabledActionAction;FPS;Multiplayer1212014394274310000000-200000007.19
130Half-Life: Blue ShiftFri Jun 01 2001 00:00:00 GMT+0000 (Coordinated Universal Time)1Gearbox SoftwareValvewindows;mac;linuxSingle-playerActionFPS;Action;Sci-fi38224203612055000000-100000003.99
220Half-Life 2Tue Nov 16 2004 00:00:00 GMT+0000 (Coordinated Universal Time)1ValveValvewindows;mac;linuxSingle-player;Steam Achievements;Steam Trading Cards;Captions available;Partial Controller Support;Steam Cloud;Includes Source SDKActionFPS;Action;Sci-fi3367902241969140210000000-200000007.19

CREATE TABLE steam (
  "appid" BIGINT,
  "name" VARCHAR,
  "release_date" TIMESTAMP,
  "english" BIGINT,
  "developer" VARCHAR,
  "publisher" VARCHAR,
  "platforms" VARCHAR,
  "required_age" BIGINT,
  "categories" VARCHAR,
  "genres" VARCHAR,
  "steamspy_tags" VARCHAR,
  "achievements" BIGINT,
  "positive_ratings" BIGINT,
  "negative_ratings" BIGINT,
  "average_playtime" BIGINT,
  "median_playtime" BIGINT,
  "owners" VARCHAR,
  "price" DOUBLE
);

Share link

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