Zombies Apocalypse
To figure out which supplies are associated with safety in Zombie Apocalypse
@kaggle.kingabzpro_zombies_apocalypse
To figure out which supplies are associated with safety in Zombie Apocalypse
@kaggle.kingabzpro_zombies_apocalypse
CREATE TABLE zombies (
"zombieid" BIGINT,
"zombie" VARCHAR,
"age" BIGINT,
"sex" VARCHAR,
"rurality" VARCHAR,
"household" BIGINT,
"water" BIGINT,
"food" VARCHAR,
"medication" VARCHAR,
"tools" VARCHAR,
"firstaid" VARCHAR,
"sanitation" VARCHAR,
"clothing" VARCHAR,
"documents" VARCHAR
);
Anyone who has the link will be able to view this.