Baselight

Database Of Games From The Steam Platform

database of video games

@kaggle.karkourmehdi_database_of_games_from_the_steam_platform

Loading...
Loading...

About this Dataset

Database Of Games From The Steam Platform

This database contains over 15,000 video games available on the Steam platform. For each game an id has been assigned as well as the name of the game, the original price of the game, the promotion of the game at the date the promotion was checked and the steam link of the game to allow downloading. A column with video game release dates and reviews has also been added. If some games don't have a release date it's because the steam site doesn't provide any information about it. For some games, there is no review available because the game was released this year and hasn't had time to collect reviews. The names of the games can have special characters or emojis, these are directly derived from the title that is given on the steam platform.

WARNING.
Some games do not have the correct original price because they are for a mature audience and the base price of the game only appears after passing a filter that verifies that you have the correct age. This problem will be solved in future updates of the database. For example, the game GTA (Grand Theft Auto) shows an original price of 0 euro which is not the case.

Tables

Steam Db

@kaggle.karkourmehdi_database_of_games_from_the_steam_platform.steam_db
  • 1.07 MB
  • 15762 rows
  • 8 columns
Loading...

CREATE TABLE steam_db (
  "unnamed_0" BIGINT,
  "title" VARCHAR,
  "original_price" DOUBLE,
  "date" TIMESTAMP,
  "promotional_price" DOUBLE,
  "link" VARCHAR,
  "release_date" DOUBLE,
  "reviews" VARCHAR
);

Share link

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