Global Mortality Of Snakebite Envenoming Between 1990 And 2019
@owid.snakebite
@owid.snakebite
CREATE TABLE owid_snakebite (
"country" VARCHAR,
"year" INTEGER,
"endemic_venomous_snakes" VARCHAR,
"deaths_count" FLOAT,
"age_standardized_death_rate_per_100000" FLOAT,
"percent_change_in_deaths_from_1990_to_2019" INTEGER,
"ylls_count" FLOAT,
"age_standardized_yll_rate_per_100000" FLOAT,
"percent_change_in_ylls_from_1990_to_2019" INTEGER
);
Anyone who has the link will be able to view this.