Baselight

Animal Shelter Analytics

Practice Exploratory Data Analysis with Animal Shelter Data

@kaggle.jackdaoud_animal_shelter_analytics

Austin Animal Center Intakes
@kaggle.jackdaoud_animal_shelter_analytics.austin_animal_center_intakes

  • 5.54 MB
  • 124120 rows
  • 12 columns
animal_id

Animal ID

name

Name

datetime

DateTime

monthyear

MonthYear

found_location

Found Location

intake_type

Intake Type

intake_condition

Intake Condition

animal_type

Animal Type

sex_upon_intake

Sex Upon Intake

age_upon_intake

Age Upon Intake

breed

Breed

color

Color

A786884*Brock01/03/2019 04:19:00 PM01/03/2019 04:19:00 PM2501 Magin Meadow Dr in Austin (TX)StrayNormalDogNeutered Male2 yearsBeagle MixTricolor
A706918Belle07/05/2015 12:59:00 PM07/05/2015 12:59:00 PM9409 Bluegrass Dr in Austin (TX)StrayNormalDogSpayed Female8 yearsEnglish Springer SpanielWhite/Liver
A724273Runster04/14/2016 06:43:00 PM04/14/2016 06:43:00 PM2818 Palomino Trail in Austin (TX)StrayNormalDogIntact Male11 monthsBasenji MixSable/White
A665644nan10/21/2013 07:59:00 AM10/21/2013 07:59:00 AMAustin (TX)StraySickCatIntact Female4 weeksDomestic Shorthair MixCalico
A682524Rio06/29/2014 10:38:00 AM06/29/2014 10:38:00 AM800 Grove Blvd in Austin (TX)StrayNormalDogNeutered Male4 yearsDoberman Pinsch/Australian Cattle DogTan/Gray
A743852Odin02/18/2017 12:46:00 PM02/18/2017 12:46:00 PMAustin (TX)Owner SurrenderNormalDogNeutered Male2 yearsLabrador Retriever MixChocolate
A635072Beowulf04/16/2019 09:53:00 AM04/16/2019 09:53:00 AM415 East Mary Street in Austin (TX)Public AssistNormalDogNeutered Male6 yearsGreat Dane MixBlack
A708452Mumble07/30/2015 02:37:00 PM07/30/2015 02:37:00 PMAustin (TX)Public AssistNormalDogIntact Male2 yearsLabrador Retriever MixBlack/White
A818975nan06/18/2020 02:53:00 PM06/18/2020 02:53:00 PMBraker Lane And Metric in Travis (TX)StrayNormalCatIntact Male4 weeksDomestic ShorthairCream Tabby
A774147nan06/11/2018 07:45:00 AM06/11/2018 07:45:00 AM6600 Elm Creek in Austin (TX)StrayInjuredCatIntact Female4 weeksDomestic Shorthair MixBlack/White

CREATE TABLE austin_animal_center_intakes (
  "animal_id" VARCHAR,
  "name" VARCHAR,
  "datetime" VARCHAR,
  "monthyear" VARCHAR,
  "found_location" VARCHAR,
  "intake_type" VARCHAR,
  "intake_condition" VARCHAR,
  "animal_type" VARCHAR,
  "sex_upon_intake" VARCHAR,
  "age_upon_intake" VARCHAR,
  "breed" VARCHAR,
  "color" VARCHAR
);

Share link

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