Biodiversity In National Parks
Plant and animal species found in the American national park system
@kaggle.nationalparkservice_park_biodiversity
Plant and animal species found in the American national park system
@kaggle.nationalparkservice_park_biodiversity
CREATE TABLE species (
"species_id" VARCHAR,
"park_name" VARCHAR,
"category" VARCHAR,
"order" VARCHAR,
"family" VARCHAR,
"scientific_name" VARCHAR,
"common_names" VARCHAR,
"record_status" VARCHAR,
"occurrence" VARCHAR,
"nativeness" VARCHAR,
"abundance" VARCHAR,
"seasonality" VARCHAR,
"conservation_status" VARCHAR,
"unnamed_13" VARCHAR
);
Anyone who has the link will be able to view this.