Zoo Animals Extended Dataset
More than 101 zoo animals to apply classification
@kaggle.agajorte_zoo_animals_extended_dataset
More than 101 zoo animals to apply classification
@kaggle.agajorte_zoo_animals_extended_dataset
CREATE TABLE zoo2 (
"animal_name" VARCHAR,
"hair" BIGINT,
"feathers" BIGINT,
"eggs" BIGINT,
"milk" BIGINT,
"airborne" BIGINT,
"aquatic" BIGINT,
"predator" BIGINT,
"toothed" BIGINT,
"backbone" BIGINT,
"breathes" BIGINT,
"venomous" BIGINT,
"fins" BIGINT,
"legs" BIGINT,
"tail" BIGINT,
"domestic" BIGINT,
"catsize" BIGINT,
"class_type" BIGINT
);
CREATE TABLE zoo3 (
"animal_name" VARCHAR,
"hair" BIGINT,
"feathers" BIGINT,
"eggs" BIGINT,
"milk" BIGINT,
"airborne" BIGINT,
"aquatic" BIGINT,
"predator" BIGINT,
"toothed" BIGINT,
"backbone" BIGINT,
"breathes" BIGINT,
"venomous" BIGINT,
"fins" BIGINT,
"legs" BIGINT,
"tail" BIGINT,
"domestic" BIGINT,
"catsize" BIGINT,
"class_type" BIGINT
);
Anyone who has the link will be able to view this.