Number Of Animal Species Listed In Each IUCN Red List Category By Country
@owid.iucn_animal
@owid.iucn_animal
CREATE TABLE owid_iucn_animal (
"country" VARCHAR,
"year" INTEGER,
"ex" INTEGER,
"ew" INTEGER,
"subtotal_explusew" INTEGER,
"cr_pe" INTEGER,
"cr_pew" INTEGER,
"subtotal_explusewplus_cr_pe_pluscr_pew" INTEGER,
"cr" INTEGER,
"en" INTEGER,
"vu" INTEGER,
"subtotal_threatened_spp" INTEGER,
"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.