Baselight

CS:GO Player Ranking Dataset

Rankings and other stats of professional csgo players

@kaggle.yuvalbogachev_csgo_player_ranking_dataset

Loading...
Loading...

About this Dataset

CS:GO Player Ranking Dataset

A dataset containing all the player statistics (of all ranked 780 players) from the all time ranking on HLTV.
All credit for the data goes to hltv.org.

Tables

Csgo Player Stats

@kaggle.yuvalbogachev_csgo_player_ranking_dataset.csgo_player_stats
  • 46.48 KB
  • 782 rows
  • 17 columns
Loading...

CREATE TABLE csgo_player_stats (
  "name" VARCHAR,
  "n__total_kills" BIGINT,
  "n__headshot_percentage" DOUBLE,
  "n__total_deaths" BIGINT,
  "n__kill_death_ratio" DOUBLE,
  "damage_per_round" DOUBLE,
  "n__grenade_damage_per_round" DOUBLE,
  "n__maps_played" BIGINT,
  "n__rounds_played" BIGINT,
  "n__kills_per_round" DOUBLE,
  "n__assists_per_round" DOUBLE,
  "deaths_per_round" DOUBLE,
  "n__saved_by_teamates_per_round" DOUBLE,
  "n__saved_teamates_per_round" DOUBLE,
  "n__kast" DOUBLE,
  "n__impact" DOUBLE,
  "n__rating_2_0" DOUBLE
);

Share link

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