Baselight

Animal Shelter Analytics

Practice Exploratory Data Analysis with Animal Shelter Data

@kaggle.jackdaoud_animal_shelter_analytics

Austin Animal Center Outcomes
@kaggle.jackdaoud_animal_shelter_analytics.austin_animal_center_outcomes

  • 4.41 MB
  • 124491 rows
  • 12 columns
animal_id

Animal ID

name

Name

datetime

DateTime

monthyear

MonthYear

date_of_birth

Date Of Birth

outcome_type

Outcome Type

outcome_subtype

Outcome Subtype

animal_type

Animal Type

sex_upon_outcome

Sex Upon Outcome

age_upon_outcome

Age Upon Outcome

breed

Breed

color

Color

A794011Chunk05/08/2019 06:20:00 PM05/08/2019 06:20:00 PMTue May 02 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Rto-AdoptnanCatNeutered Male2 yearsDomestic Shorthair MixBrown Tabby/White
A776359Gizmo07/18/2018 04:02:00 PM07/18/2018 04:02:00 PMWed Jul 12 2017 00:00:00 GMT+0000 (Coordinated Universal Time)AdoptionnanDogNeutered Male1 yearChihuahua Shorthair MixWhite/Brown
A821648nan08/16/2020 11:38:00 AM08/16/2020 11:38:00 AMFri Aug 16 2019 00:00:00 GMT+0000 (Coordinated Universal Time)EuthanasiananOtherUnknown1 yearRaccoonGray
A720371Moose02/13/2016 05:59:00 PM02/13/2016 05:59:00 PMThu Oct 08 2015 00:00:00 GMT+0000 (Coordinated Universal Time)AdoptionnanDogNeutered Male4 monthsAnatol Shepherd/Labrador RetrieverBuff
A674754nan03/18/2014 11:47:00 AM03/18/2014 11:47:00 AMWed Mar 12 2014 00:00:00 GMT+0000 (Coordinated Universal Time)TransferPartnerCatIntact Male6 daysDomestic Shorthair MixOrange Tabby
A659412Princess10/05/2020 02:37:00 PM10/05/2020 02:37:00 PMSun Mar 24 2013 00:00:00 GMT+0000 (Coordinated Universal Time)AdoptionnanDogSpayed Female7 yearsChihuahua Shorthair MixBrown
A814515Quentin05/06/2020 07:59:00 AM05/06/2020 07:59:00 AMThu Mar 01 2018 00:00:00 GMT+0000 (Coordinated Universal Time)AdoptionFosterDogNeutered Male2 yearsAmerican Foxhound/Labrador RetrieverWhite/Brown
A689724*Donatello10/18/2014 06:52:00 PM10/18/2014 06:52:00 PMFri Aug 01 2014 00:00:00 GMT+0000 (Coordinated Universal Time)AdoptionnanCatNeutered Male2 monthsDomestic Shorthair MixBlack
A680969*Zeus08/05/2014 04:59:00 PM08/05/2014 04:59:00 PMTue Jun 03 2014 00:00:00 GMT+0000 (Coordinated Universal Time)AdoptionnanCatNeutered Male2 monthsDomestic Shorthair MixWhite/Orange Tabby
A684617nan07/27/2014 09:00:00 AM07/27/2014 09:00:00 AMThu Jul 26 2012 00:00:00 GMT+0000 (Coordinated Universal Time)TransferSCRPCatIntact Female2 yearsDomestic Shorthair MixBlack

CREATE TABLE austin_animal_center_outcomes (
  "animal_id" VARCHAR,
  "name" VARCHAR,
  "datetime" VARCHAR,
  "monthyear" VARCHAR,
  "date_of_birth" TIMESTAMP,
  "outcome_type" VARCHAR,
  "outcome_subtype" VARCHAR,
  "animal_type" VARCHAR,
  "sex_upon_outcome" VARCHAR,
  "age_upon_outcome" VARCHAR,
  "breed" VARCHAR,
  "color" VARCHAR
);

Share link

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