Call Of Duty Players Skills
players behavior dataset
@kaggle.aishahakami_call_of_duty_players
players behavior dataset
@kaggle.aishahakami_call_of_duty_players
CREATE TABLE cod (
"name" VARCHAR,
"wins" BIGINT,
"kills" BIGINT,
"kdratio" DOUBLE,
"killstreak" BIGINT,
"level" BIGINT,
"losses" BIGINT,
"prestige" BIGINT,
"hits" BIGINT,
"timeplayed" BIGINT,
"headshots" BIGINT,
"averagetime" DOUBLE,
"gamesplayed" BIGINT,
"assists" BIGINT,
"misses" BIGINT,
"xp" BIGINT,
"scoreperminute" DOUBLE,
"shots" BIGINT,
"deaths" BIGINT
);
Anyone who has the link will be able to view this.