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
A dataset about Role-Playing Games in Steam from 1987 to 2023
@kaggle.ericngui_rpg_steam_clean
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:
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
);Anyone who has the link will be able to view this.