Baselight

World Of Warcraft Battlegrounds

Details of some battlegrounds in World of warcraft

@kaggle.cblesa_world_of_warcraft_battlegrounds

Wowsm2
@kaggle.cblesa_world_of_warcraft_battlegrounds.wowsm2

  • 22.65 KB
  • 734 rows
  • 14 columns
code

Code

faction

Faction

class

Class

kb

KB

d

D

hk

HK

dd

DD

hd

HD

cc

CC

honor

Honor

win

Win

lose

Lose

rol

Rol

be

BE

SM1HordePaladin3318588742973213531dps
SM1HordeWarrior1419331884235543561dps
SM1AllianceDruid743669535413433661dps
SM1HordePaladin4518608892155415041dps
SM1HordeRogue181733717186345021dps
SM1AllianceDemon Hunter1424592862987833851dps
SM1AllianceDeath Knight3243470292457513811dps
SM1HordeShaman261669207290634991heal
SM1AlliancePaladin4442972302347323791dps
SM1AllianceRogue914154439910833871dps

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

Share link

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