Baselight

World Of Warcraft Battlegrounds

Details of some battlegrounds in World of warcraft

@kaggle.cblesa_world_of_warcraft_battlegrounds

Wowtk2
@kaggle.cblesa_world_of_warcraft_battlegrounds.wowtk2

  • 25.63 KB
  • 789 rows
  • 15 columns
code

Code

faction

Faction

class

Class

kb

KB

d

D

hk

HK

dd

DD

hd

HD

op

OP

vp

VP

honor

Honor

win

Win

lose

Lose

rol

Rol

be

BE

TK1AllianceDeath Knight6358259251131444445541dps
TK1AllianceMage625728438525811202511dps
TK1AllianceDruid8355455847932805471dps
TK1AllianceShaman597664547964051heal
TK1HordeWarrior2612326937929201851dps
TK1AlliancePaladin8633625211032804131dps
TK1AllianceDruid635191120005631heal
TK1HordeWarlock71126600162751831dps
TK1HordeMage81129222196802701831dps
TK1HordePaladin18133088845362481871dps

CREATE TABLE wowtk2 (
  "code" VARCHAR,
  "faction" VARCHAR,
  "class" VARCHAR,
  "kb" BIGINT,
  "d" BIGINT,
  "hk" BIGINT,
  "dd" BIGINT,
  "hd" BIGINT,
  "op" DOUBLE,
  "vp" BIGINT,
  "honor" BIGINT,
  "win" DOUBLE,
  "lose" DOUBLE,
  "rol" VARCHAR,
  "be" DOUBLE
);

Share link

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