Baselight

Animal Shelter Analytics

Practice Exploratory Data Analysis with Animal Shelter Data

@kaggle.jackdaoud_animal_shelter_analytics

Austin Animal Center Stray Map
@kaggle.jackdaoud_animal_shelter_analytics.austin_animal_center_stray_map

  • 8.69 KB
  • 16 rows
  • 10 columns
animal_id

Animal ID

found_location

Found Location

at_aac

At AAC

intake_date

Intake Date

type

Type

looks_like

Looks Like

color

Color

sex

Sex

age

Age

image_link

Image Link

A81411911800 GREEN GROVE DRIVE AUSTIN 78725 (30.221901, -97.632008)Yes (come to the shelter)Fri Feb 19 2021 00:00:00 GMT+0000 (Coordinated Universal Time)DogPit BullBrown BrindleNeutered Male3 yearshttp://www.petharbor.com/pet.asp?uaid=ASTN.A814119
A8296679807 MARLBOROUGH DRIVE AUSTIN 78753 (30.357344, -97.674667)Yes (come to the shelter)Sat Feb 20 2021 00:00:00 GMT+0000 (Coordinated Universal Time)DogAnatolian Shepherd MixYellowIntact Male2 yearshttp://www.petharbor.com/pet.asp?uaid=ASTN.A829667
A82966912501 TECH RIDGE BOULEVARD AUSTIN 78753 (30.398698, -97.661704)Yes (come to the shelter)Sat Feb 20 2021 00:00:00 GMT+0000 (Coordinated Universal Time)DogLabrador Retriever MixTan/WhiteSpayed Female2 yearshttp://www.petharbor.com/pet.asp?uaid=ASTN.A829669
A82971310605 OLD LOCKHART ROAD AUSTIN 78747 (30.128945, -97.755855)Yes (come to the shelter)Sun Feb 21 2021 00:00:00 GMT+0000 (Coordinated Universal Time)DogDoberman PinschBlack/TanIntact Female6 monthshttp://www.petharbor.com/pet.asp?uaid=ASTN.A829713
A82965914204 JACOBSON ROAD AUSTIN 78617 (30.137238, -97.618754)Yes (come to the shelter)Fri Feb 19 2021 00:00:00 GMT+0000 (Coordinated Universal Time)DogLabrador RetrieverBlack/WhiteIntact Female5 monthshttp://www.petharbor.com/pet.asp?uaid=ASTN.A829659
A82966014204 JACOBSON ROAD AUSTIN 78617 (30.137238, -97.618754)Yes (come to the shelter)Fri Feb 19 2021 00:00:00 GMT+0000 (Coordinated Universal Time)DogCarolina DogYellow Brindle/WhiteIntact Female5 monthshttp://www.petharbor.com/pet.asp?uaid=ASTN.A829660
A8296619604 CARSON CREEK AUSTIN 78617 (30.224098, -97.666406)Yes (come to the shelter)Fri Feb 19 2021 00:00:00 GMT+0000 (Coordinated Universal Time)CatDomestic ShorthairOrange TabbyIntact Male1 yearhttp://www.petharbor.com/pet.asp?uaid=ASTN.A829661
A829664DEL VALLE AUSTIN 78719 (30.143087, -97.673385)Yes (come to the shelter)Sat Feb 20 2021 00:00:00 GMT+0000 (Coordinated Universal Time)DogLabrador RetrieverBrown/BlackIntact Male2 yearshttp://www.petharbor.com/pet.asp?uaid=ASTN.A829664
A829672AUSTIN 78744 (30.186349, -97.738673)Yes (come to the shelter)Sat Feb 20 2021 00:00:00 GMT+0000 (Coordinated Universal Time)DogDoberman PinschBlack/TanIntact Female6 monthshttp://www.petharbor.com/pet.asp?uaid=ASTN.A829672
A7167304434 FRONTIER TRAIL AUSTIN 78745 (30.23124, -97.795476)Yes (come to the shelter)Mon Feb 22 2021 00:00:00 GMT+0000 (Coordinated Universal Time)CatDomestic Shorthair MixBrown TabbySpayed Female5 yearshttp://www.petharbor.com/pet.asp?uaid=ASTN.A716730

CREATE TABLE austin_animal_center_stray_map (
  "animal_id" VARCHAR,
  "found_location" VARCHAR,
  "at_aac" VARCHAR,
  "intake_date" TIMESTAMP,
  "type" VARCHAR,
  "looks_like" VARCHAR,
  "color" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "image_link" VARCHAR
);

Share link

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