CSGO : Player And Team Stats
Stats for every professional csgo team and player of all time (>100 maps played)
@kaggle.patrasaurabh_csgo_player_and_team_stats
Stats for every professional csgo team and player of all time (>100 maps played)
@kaggle.patrasaurabh_csgo_player_and_team_stats
CREATE TABLE player_stats (
"unnamed_0" BIGINT,
"name" VARCHAR,
"country" VARCHAR,
"teams" VARCHAR,
"total_maps" BIGINT,
"total_rounds" BIGINT,
"kd_diff" BIGINT,
"kd" DOUBLE,
"rating" DOUBLE
);
CREATE TABLE team_stats (
"unnamed_0" BIGINT,
"name" VARCHAR,
"country" VARCHAR,
"total_maps" BIGINT,
"kd_diff" BIGINT,
"kd" DOUBLE,
"rating" DOUBLE
);
Anyone who has the link will be able to view this.