Number Of Animal Species Listed In Each IUCN Red List Category By Country
@owid.iucn_animal
@owid.iucn_animal
The number of animal species (kingdom: Animalia) listed in each IUCN Red List Category by country. The data is from Table 6a in the Summary Statistics https://www.iucnredlist.org/statistics.
CREATE TABLE owid_iucn_animal (
"country" VARCHAR,
"year" INTEGER,
"ex" INTEGER,
"ew" INTEGER,
"subtotal_explusew" INTEGER -- Subtotal, Explusew,
"cr_pe" INTEGER -- Cr, Pe,
"cr_pew" INTEGER -- Cr, Pew,
"subtotal_explusewplus_cr_pe_pluscr_pew" INTEGER -- Subtotal, Explusewplus Cr, Pe, Pluscr, Pew,
"cr" INTEGER,
"en" INTEGER,
"vu" INTEGER,
"subtotal_threatened_spp" INTEGER -- Subtotal, Threatened Spp,
"lr_cd" INTEGER,
"nt_or_lr_nt" INTEGER,
"lc_or_lr_lc" INTEGER,
"dd" INTEGER,
"total" INTEGER
);Anyone who has the link will be able to view this.