Steam Player Data
Player data for the top 100 games from 2012 to 2021.
@kaggle.jackogozaly_steam_player_data
Player data for the top 100 games from 2012 to 2021.
@kaggle.jackogozaly_steam_player_data
CREATE TABLE valve_player_data (
"month_year" VARCHAR,
"avg_players" DOUBLE,
"gain" DOUBLE,
"percent_gain" VARCHAR,
"peak_players" BIGINT,
"url" VARCHAR,
"date" TIMESTAMP,
"game_name" VARCHAR
);
Anyone who has the link will be able to view this.