Baselight

Game Of Thrones

Explore deaths and battles from this fantasy world

@kaggle.mylesoneill_game_of_thrones

Character Deaths
@kaggle.mylesoneill_game_of_thrones.character_deaths

  • 23.47 KB
  • 917 rows
  • 13 columns
name

Name

allegiances

Allegiances

death_year

Death Year

book_of_death

Book Of Death

death_chapter

Death Chapter

book_intro_chapter

Book Intro Chapter

gender

Gender

nobility

Nobility

got

GoT

cok

CoK

sos

SoS

ffc

FfC

dwd

DwD

Addam MarbrandLannister56111111
Aegon Frey (Jinglebell)nan29935149111
Aegon TargaryenHouse Targaryen5111
Adrack HumbleHouse Greyjoy30052020111
Aemon CostayneLannister111
Aemon EstermontBaratheon1111
Aemon Targaryen (son of Maekar I)Night's Watch3004352111111
Aenys Freynan30055911111
Aeron GreyjoyHouse Greyjoy111111
AethanNight's Watch11

CREATE TABLE character_deaths (
  "name" VARCHAR,
  "allegiances" VARCHAR,
  "death_year" DOUBLE,
  "book_of_death" DOUBLE,
  "death_chapter" DOUBLE,
  "book_intro_chapter" DOUBLE,
  "gender" BIGINT,
  "nobility" BIGINT,
  "got" BIGINT,
  "cok" BIGINT,
  "sos" BIGINT,
  "ffc" BIGINT,
  "dwd" BIGINT
);

Share link

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