Baselight

World Of Warcraft Avatar History

Track the players of this popular online game

@kaggle.mylesoneill_warcraft_avatar_history

Locations
@kaggle.mylesoneill_warcraft_avatar_history.locations

  • 6.57 KB
  • 151 rows
  • 4 columns
map_id

Map ID

location_type

Location Type

location_name

Location Name

game_version

Game Version

ContinentEastern KingdomsWoW
1ContinentKalimdorWoW
530ContinentOutlandsTBC
571ContinentNorthrendWLK
646ContinentDeepholmCAT
732ContinentTol BaradCAT
870ContinentPandariaMoP
1064ContinentMogu Island Daily Area (Isle of Thunder)MoP
1116ContinentDraenorWoD
1191ContinentAshranWoD

CREATE TABLE locations (
  "map_id" BIGINT,
  "location_type" VARCHAR,
  "location_name" VARCHAR,
  "game_version" VARCHAR
);

Share link

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