Dog Breeds
🐕 Dataset with information about dog breeds 🐕
@kaggle.marshuu_dog_breeds
🐕 Dataset with information about dog breeds 🐕
@kaggle.marshuu_dog_breeds
Who doesn't love dogs? 🐕 Those wonderful creatures make our life so much better! So if you love dogs as much as I do, you'd be probably interested in this dataset.
It includes the name of the breed, country of origin, longevity, height, color of fur and eyes, their character traits and typical health problems for each breed.
CREATE TABLE dog_breeds (
"breed" VARCHAR,
"country_of_origin" VARCHAR,
"fur_color" VARCHAR,
"height_in" VARCHAR -- Height (in),
"color_of_eyes" VARCHAR,
"longevity_yrs" VARCHAR -- Longevity (yrs),
"character_traits" VARCHAR,
"common_health_problems" VARCHAR
);Anyone who has the link will be able to view this.