Animal Care And Control Adopted Animals
animal situation in Bloomington Animal Shelter from 2017-2020
@kaggle.jinbonnie_animal_data
animal situation in Bloomington Animal Shelter from 2017-2020
@kaggle.jinbonnie_animal_data
CREATE TABLE animal_data_1 (
"id" BIGINT,
"intakedate" TIMESTAMP,
"intakereason" VARCHAR,
"istransfer" BIGINT,
"sheltercode" VARCHAR,
"identichipnumber" VARCHAR,
"animalname" VARCHAR,
"breedname" VARCHAR,
"basecolour" VARCHAR,
"speciesname" VARCHAR,
"animalage" VARCHAR,
"sexname" VARCHAR,
"location" VARCHAR,
"movementdate" TIMESTAMP,
"movementtype" VARCHAR,
"istrial" DOUBLE,
"returndate" TIMESTAMP,
"returnedreason" VARCHAR,
"deceaseddate" TIMESTAMP,
"deceasedreason" VARCHAR,
"diedoffshelter" BIGINT,
"puttosleep" BIGINT,
"isdoa" BIGINT
);
Anyone who has the link will be able to view this.