Global Alien Species First Record Database
@owid.invasive_species
@owid.invasive_species
CREATE TABLE owid_invasive_species (
"country" VARCHAR,
"year" INTEGER,
"birds" INTEGER,
"fishes" INTEGER,
"insects" INTEGER,
"mammals" INTEGER,
"molluscs" INTEGER,
"vascular_plants" INTEGER,
"all" INTEGER,
"bryophytes" INTEGER,
"algae" INTEGER,
"reptiles" INTEGER,
"amphibians" INTEGER,
"crustaceans" INTEGER,
"arachnids" INTEGER,
"invertebrates_excl_arthropods_molluscs" INTEGER,
"fungi" INTEGER,
"bacteria_and_protozoans" INTEGER,
"birds_cumulative" INTEGER,
"fishes_cumulative" INTEGER,
"insects_cumulative" INTEGER,
"mammals_cumulative" INTEGER,
"molluscs_cumulative" INTEGER,
"vascular_plants_cumulative" INTEGER,
"all_cumulative" INTEGER,
"bryophytes_cumulative" INTEGER,
"algae_cumulative" INTEGER,
"reptiles_cumulative" INTEGER,
"amphibians_cumulative" INTEGER,
"crustaceans_cumulative" INTEGER,
"arachnids_cumulative" INTEGER,
"invertebrates_excl_arthropods_molluscs_cumulative" INTEGER,
"fungi_cumulative" INTEGER,
"bacteria_and_protozoans_cumulative" INTEGER
);
Anyone who has the link will be able to view this.