CS:GO Player Ranking Dataset
Rankings and other stats of professional csgo players
@kaggle.yuvalbogachev_csgo_player_ranking_dataset
Rankings and other stats of professional csgo players
@kaggle.yuvalbogachev_csgo_player_ranking_dataset
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
);
Anyone who has the link will be able to view this.