Baselight

World Of Warcraft Battlegrounds

Details of some battlegrounds in World of warcraft

@kaggle.cblesa_world_of_warcraft_battlegrounds

Wowbgs2
@kaggle.cblesa_world_of_warcraft_battlegrounds.wowbgs2

  • 96.41 KB
  • 5383 rows
  • 14 columns
battleground

Battleground

code

Code

faction

Faction

class

Class

kb

KB

d

D

hk

HK

dd

DD

hd

HD

honor

Honor

win

Win

lose

Lose

rol

Rol

be

BE

WGWG1HordeHunter13144815566415321dps
WGWG1HordeDeath Knight13122702571063771dps
WGWG1AlliancePaladin119824938792521heal
WGWG1AlliancePaladin12257046985992741heal
WGWG1AllianceRogue232365483196292681dps
WGWG1HordeDruid45123175960715311dps
WGWG1HordeShaman41812933945875411heal
WGWG1AlliancePriest9524123000346872691dps
WGWG1HordeDruid2191390024385231dps
WGWG1AlliancePriest12512566367342761heal

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

Share link

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