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 parks (
"park_code" VARCHAR,
"park_name" VARCHAR,
"state" VARCHAR,
"acres" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE
);
Anyone who has the link will be able to view this.