Baselight

Call Of Duty Players Skills

players behavior dataset

@kaggle.aishahakami_call_of_duty_players

Cod
@kaggle.aishahakami_call_of_duty_players.cod

  • 136.59 KB
  • 1558 rows
  • 19 columns
name

Name

wins

Wins

kills

Kills

kdratio

KdRatio

killstreak

Killstreak

level

Level

losses

Losses

prestige

Prestige

hits

Hits

timeplayed

TimePlayed

headshots

Headshots

averagetime

AverageTime

gamesplayed

GamesPlayed

assists

Assists

misses

Misses

xp

Xp

scoreperminute

ScorePerMinute

shots

Shots

deaths

Deaths

RggRt45#46973691
JohniceRex#917603311107770016
bootybootykill#1892064661.03125911032163214830064
JNaCo#5244172320.413311505
gomezyayo_007#659668720.21110515100010
Brxndoon7-LK#4002715684270111.0667430196279768181771011098332136651132.3231292517006858860633053193932335255.6720351390922340365125321
bdooory_ab#709517141620.63281254625688352468483624485265.55404256
ahevepluto#350530418618980.569627851140456213377251115504853.666666666666666515048839978458269180.3796363636364450893332
MilkyLemonz-_-#5981249741218031.0366584252567517261852911181361244238942.82638888888888986440293272304269370198.8442260442260540859121032
RPDUNKduo#8122914263490.4440203562340967712499644402.93333333333333315138484472765253.677272727272685840786

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
);

Share link

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