World Of Warcraft Avatar History
Track the players of this popular online game
@kaggle.mylesoneill_warcraft_avatar_history
Track the players of this popular online game
@kaggle.mylesoneill_warcraft_avatar_history
CREATE TABLE wowah_data (
"char" BIGINT,
"n__level" BIGINT,
"n__race" VARCHAR,
"n__charclass" VARCHAR,
"n__zone" VARCHAR,
"n__guild" BIGINT,
"n__timestamp" VARCHAR
);
Anyone who has the link will be able to view this.