Baselight

Complete Dataset Of RPGs In Steam (1987-2023)

A dataset about Role-Playing Games in Steam from 1987 to 2023

@kaggle.ericngui_rpg_steam_clean

Loading...
Loading...

About this Dataset

Complete Dataset Of RPGs In Steam (1987-2023)

This datasets involving the role-playing games (RPGs) that currently or once available on the Steam Stores. The period of game produced in this datasets is from 1983 to 2023.

Limitation of the dataset:

  1. The amount of players for each game cannot be measured accurately due to limitation of public Steam API. Thus those numbers are pure estimated following the total number of sales for each game.

Tables

Rpg Steam Clean

@kaggle.ericngui_rpg_steam_clean.rpg_steam_clean
  • 522.72 KB
  • 10477 rows
  • 10 columns
Loading...

CREATE TABLE rpg_steam_clean (
  "steam_id_number" BIGINT,
  "game_title" VARCHAR,
  "release_month" VARCHAR,
  "release_year" BIGINT,
  "release_price" DOUBLE,
  "lowest_estimated_owners_number" BIGINT,
  "highest_estimated_owners_number" BIGINT,
  "average_estimated_owners_number" BIGINT,
  "developer" VARCHAR,
  "publisher" VARCHAR
);

Share link

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