Natural Hazards Data
@owid.natural_hazards
@owid.natural_hazards
CREATE TABLE owid_natural_hazards (
"country" VARCHAR,
"year" INTEGER,
"type" VARCHAR,
"n_events" INTEGER,
"deaths" UINTEGER,
"missing" INTEGER,
"injuries" UINTEGER,
"damage" FLOAT,
"houses_destroyed" UINTEGER,
"houses_damaged" UINTEGER,
"deaths_total" UINTEGER,
"missing_total" INTEGER,
"injuries_total" UINTEGER,
"damage_total" FLOAT,
"houses_destroyed_total" UINTEGER,
"houses_damaged_total" UINTEGER
);
Anyone who has the link will be able to view this.