Austin Animal Center Shelter Outcomes
30,000 shelter animals
@kaggle.aaronschlegel_austin_animal_center_shelter_outcomes_and
30,000 shelter animals
@kaggle.aaronschlegel_austin_animal_center_shelter_outcomes_and
CREATE TABLE aac_shelter_cat_outcome_eng (
"age_upon_outcome" VARCHAR,
"animal_id" VARCHAR,
"animal_type" VARCHAR,
"breed" VARCHAR,
"color" VARCHAR,
"date_of_birth" TIMESTAMP,
"datetime" TIMESTAMP,
"monthyear" TIMESTAMP,
"name" VARCHAR,
"outcome_subtype" VARCHAR,
"outcome_type" VARCHAR,
"sex_upon_outcome" VARCHAR,
"count" BIGINT,
"sex" VARCHAR,
"spay_neuter" VARCHAR,
"periods" BIGINT,
"period_range" BIGINT,
"outcome_age_days" BIGINT,
"outcome_age_years" DOUBLE,
"cat_kitten_outcome" VARCHAR,
"sex_age_outcome" VARCHAR,
"age_group" VARCHAR,
"dob_year" BIGINT,
"dob_month" BIGINT,
"dob_monthyear" TIMESTAMP,
"outcome_month" BIGINT,
"outcome_year" BIGINT,
"outcome_weekday" VARCHAR,
"outcome_hour" BIGINT,
"breed1" VARCHAR,
"breed2" VARCHAR,
"cfa_breed" BOOLEAN,
"domestic_breed" BOOLEAN,
"coat_pattern" VARCHAR,
"color1" VARCHAR,
"color2" VARCHAR,
"coat" VARCHAR
);
CREATE TABLE aac_shelter_outcomes (
"age_upon_outcome" VARCHAR,
"animal_id" VARCHAR,
"animal_type" VARCHAR,
"breed" VARCHAR,
"color" VARCHAR,
"date_of_birth" TIMESTAMP,
"datetime" TIMESTAMP,
"monthyear" TIMESTAMP,
"name" VARCHAR,
"outcome_subtype" VARCHAR,
"outcome_type" VARCHAR,
"sex_upon_outcome" VARCHAR
);
Anyone who has the link will be able to view this.