Baselight

CS:GO Player Ranking Dataset

Rankings and other stats of professional csgo players

@kaggle.yuvalbogachev_csgo_player_ranking_dataset

Csgo Player Stats
@kaggle.yuvalbogachev_csgo_player_ranking_dataset.csgo_player_stats

  • 46.48 KB
  • 782 rows
  • 17 columns
name

Name

n__total_kills

Total Kills

n__headshot_percentage

Headshot Percentage

n__total_deaths

Total Deaths

n__kill_death_ratio

Kill/Death Ratio

damage_per_round

Damage Per Round

n__grenade_damage_per_round

Grenade Damage Per Round

n__maps_played

Maps Played

n__rounds_played

Rounds Played

n__kills_per_round

Kills Per Round

n__assists_per_round

Assists Per Round

deaths_per_round

Deaths Per Round

n__saved_by_teamates_per_round

Saved By Teamates Per Round

n__saved_teamates_per_round

Saved Teamates Per Round

n__kast

KAST

n__impact

Impact

n__rating_2_0

Rating 2.0

ZywOo2116941.4153341.3888.63.6949249240.850.130.620.10.1274.91.461.33
s1mple3404341.3254031.3486.42.31508398000.860.10.640.080.1174.11.361.25
sh1ro1687527.9116811.4478.63.9825219070.770.110.530.080.1176.21.211.26
Kaze1641030.3124511.3280.52.9801209110.780.110.60.080.173.71.241.19
degster1336434.7102901.379.43640170090.790.090.60.070.172.41.261.21
sterling1629531.4123231.3278.74813208290.780.10.590.080.1173.61.21.21
smooya1657627.4131831.2678.92.4803212040.780.10.620.080.171.31.271.19
torzsi827729.365891.2679.22.5393105250.790.090.630.090.1171.41.231.19
XANTARES3595453.3299741.289.14.41681442130.810.150.680.10.172.21.341.17
device3629335290851.2580.34.31793466660.780.130.620.070.0871.21.281.16

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.