Baselight

Dog Breeds

🐕 Dataset with information about dog breeds 🐕

@kaggle.marshuu_dog_breeds

Loading...
Loading...

About this Dataset

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.

Tables

Dog Breeds

@kaggle.marshuu_dog_breeds.dog_breeds
  • 10.72 KB
  • 117 rows
  • 8 columns
Loading...

CREATE TABLE dog_breeds (
  "breed" VARCHAR,
  "country_of_origin" VARCHAR,
  "fur_color" VARCHAR,
  "height_in" VARCHAR,
  "color_of_eyes" VARCHAR,
  "longevity_yrs" VARCHAR,
  "character_traits" VARCHAR,
  "common_health_problems" VARCHAR
);

Share link

Anyone who has the link will be able to view this.