Active/Current Seattle Pet Licenses
A list of active/current Seattle pet licenses. Last update: July 19, 2024
@kaggle.chalseo_active_seattle_pet_licenses_9_24_2024
A list of active/current Seattle pet licenses. Last update: July 19, 2024
@kaggle.chalseo_active_seattle_pet_licenses_9_24_2024
A list of active/current Seattle pet licenses, including animal type (species), pet's name, breed and the owner's ZIP code. This data comes from the Department of Finance and Administrative Services and is available for public download at data.seattle.gov and is updated quarterly.
(List current as of September 24, 2024)
CREATE TABLE seattle_pet_licenses_20240924 (
"license_issue_date" VARCHAR,
"license_number" VARCHAR,
"animal_s_name" VARCHAR -- Animal\u0027s Name,
"species" VARCHAR,
"primary_breed" VARCHAR,
"secondary_breed" VARCHAR,
"zip_code" DOUBLE
);
Anyone who has the link will be able to view this.