Baselight

Steam Top 100 Games(NOV 2021)

This is the top 100 games on steam as of November 2021

@kaggle.angadchau_steam_top_100_gamesnov_2021

About this Dataset

Steam Top 100 Games(NOV 2021)

Content

There are 8 columns in this dataset: Steam id, game, current players, Peak players today, Released date, Review summary, Total reviews, Tags

Acknowledgements

https://doi.org/10.5281/zenodo.5655272

Tables

Steam Top 100

@kaggle.angadchau_steam_top_100_gamesnov_2021.steam_top_100
  • 18.73 KB
  • 100 rows
  • 8 columns

CREATE TABLE steam_top_100 (
  "steam_id" BIGINT,
  "game" VARCHAR,
  "current_players" BIGINT,
  "peak_players_today" BIGINT,
  "release_date" VARCHAR,
  "review_summary" VARCHAR,
  "total_reviews" DOUBLE,
  "tags" VARCHAR
);