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
This dataset contains the average players by month for the current top 100 games. It was scraped off https://steamcharts.com/top and converted into this easier to analyze format.
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.