Baselight

World Of Warcraft Avatar History

Track the players of this popular online game

@kaggle.mylesoneill_warcraft_avatar_history

Wowah Data
@kaggle.mylesoneill_warcraft_avatar_history.wowah_data

  • 59.57 MB
  • 10826734 rows
  • 7 columns
char

Char

n__level

Level

n__race

Race

n__charclass

Charclass

n__zone

Zone

n__guild

Guild

n__timestamp

Timestamp

594251OrcRogueOrgrimmar16501/01/08 00:02:04
654949OrcHunterDurotar-101/01/08 00:02:04
6532514OrcWarriorGhostlands-101/01/08 00:02:04
6549018OrcHunterGhostlands-101/01/08 00:02:04
228860OrcHunterHellfire Peninsula-101/01/08 00:02:09
228960OrcHunterHellfire Peninsula-101/01/08 00:02:09
6123968OrcHunterBlade's Edge Mountains24301/01/08 00:02:14
5977269OrcWarriorShadowmoon Valley3501/01/08 00:02:14
2293769OrcRogueWarsong Gulch24301/01/08 00:02:14
2306269OrcShamanShattrath City10301/01/08 00:02:14

CREATE TABLE wowah_data (
  "char" BIGINT,
  "n__level" BIGINT,
  "n__race" VARCHAR,
  "n__charclass" VARCHAR,
  "n__zone" VARCHAR,
  "n__guild" BIGINT,
  "n__timestamp" VARCHAR
);

Share link

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