Baselight

Steam Player Data

Player data for the top 100 games from 2012 to 2021.

@kaggle.jackogozaly_steam_player_data

Loading...
Loading...

About this Dataset

Steam Player Data

Context

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.

Tables

Valve Player Data

@kaggle.jackogozaly_steam_player_data.valve_player_data
  • 143.02 KB
  • 5271 rows
  • 8 columns
Loading...

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
);

Share link

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