Baselight

World Of Warcraft Battlegrounds

Details of some battlegrounds in World of warcraft

@kaggle.cblesa_world_of_warcraft_battlegrounds

Wowgil
@kaggle.cblesa_world_of_warcraft_battlegrounds.wowgil

  • 21.76 KB
  • 657 rows
  • 15 columns
code

Code

faction

Faction

class

Class

kb

KB

d

D

hk

HK

dd

DD

hd

HD

ba

BA

bd

BD

honor

Honor

win

Win

lose

Lose

rol

Rol

be

BE

BG1AllianceMonk21714041110002131heal
BG1HordeShaman24172337359203581dps
BG1AlliancePaladin341772205353922111dps
BG1AllianceDemon Hunter611375114161771dps
BG1HordeWarlock312546804169345201dps
BG1HordeMage411639910312013641dps
BG1HordeWarrior512762571175663741dps
BG1AlliancePriest131973404807112161heal
BG1AllianceHunter3319467931109922181dps
BG1AllianceShaman32414956702972321heal

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

Share link

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