Game Of Thrones
Explore deaths and battles from this fantasy world
@kaggle.mylesoneill_game_of_thrones
Explore deaths and battles from this fantasy world
@kaggle.mylesoneill_game_of_thrones
CREATE TABLE character_predictions (
"s_no" BIGINT,
"actual" BIGINT,
"pred" BIGINT,
"alive" DOUBLE,
"plod" DOUBLE,
"name" VARCHAR,
"title" VARCHAR,
"male" BIGINT,
"culture" VARCHAR,
"dateofbirth" DOUBLE,
"dateofdeath" DOUBLE,
"mother" VARCHAR,
"father" VARCHAR,
"heir" VARCHAR,
"house" VARCHAR,
"spouse" VARCHAR,
"book1" BIGINT,
"book2" BIGINT,
"book3" BIGINT,
"book4" BIGINT,
"book5" BIGINT,
"isalivemother" DOUBLE,
"isalivefather" DOUBLE,
"isaliveheir" DOUBLE,
"isalivespouse" DOUBLE,
"ismarried" BIGINT,
"isnoble" BIGINT,
"age" DOUBLE,
"numdeadrelations" BIGINT,
"booldeadrelations" BIGINT,
"ispopular" BIGINT,
"popularity" DOUBLE,
"isalive" BIGINT
);
Anyone who has the link will be able to view this.