Executive Summary

We are successfully maintaining our no-kill shelter status by staying above the 90% threshold, currently achieving a 93.9% live release rate. While this is commendable, it marks an 8% decrease from the previous year.

The primary factor contributing to this decline is the incidence of rabies within the “other” classification of animals. To address this issue, it is recommended to:

  • Stop accepting bats and raccoons. Currently, these animals have a combined successful release rate of only 10%. By preventing them from being taken in, we can increase our overall success rate for this year to 96%.
  • Check with state laws to see if these animals should count within the no kill percentage.
  • Targeted Health Interventions: Implement focused health and safety measures for the identified animals to reduce rabies cases.

By addressing these areas, we can work towards improving our live release rate and ensure the ongoing success of our no-kill shelter.

Project

Since I have been volunteering with an animal shelter, this data was fun to peek at to understand more about how shelters work.

Data Cleaning

This particular data set threw some unique challenges. I expected some duplication within the data as some animals could come through the system multiple times. To check I performed a ranking function within power query to see if that would remove duplications based on animal id and date. There were still duplications but since it was only 90 records out of 160 k, I just had power query remove duplicates.

Dax

To compare this year vs last year crafted 2 dax measures and set them up so if they changed filters it wouldnt change the value. Here is one of them. Current Year = CALCULATE([Cases], filter(all(Austin_Animal_Center_Outcomes_20240818),year(Austin_Animal_Center_Outcomes_20240818[DateTime])=year(today())&& Austin_Animal_Center_Outcomes_20240818[Outcome Type] = “Euthanasia” )) / CALCULATE([Cases], filter(all(Austin_Animal_Center_Outcomes_20240818),year(Austin_Animal_Center_Outcomes_20240818[DateTime])=year(today())))

Future

  • See why there was data duplication within data set.
  • Look at transfers and spray and neuter rates. See if there is data points on reasons for transfers and what it would take to convert transfers to adoptions. Also saw that it was possible that animals were being transfered / adopted without being spayed or neutered. Currently no data points as why but this would be a good data point to look at to drive to 100%.

Learning

How to do ranking within power query

2024

Pizza Restaurant

Executive Summary Our initial goal was to provide recommendations for business improvements based on the sales data. However, during our analysis, we identif...

Animal Shelter

Executive Summary We are successfully maintaining our no-kill shelter status by staying above the 90% threshold, currently achieving a 93.9% live release rat...

Real Estate Launch

Executive Summary The primary objective of this project was to analyze Zillow data to provide strategic recommendations for launching a real estate company. ...

Product Rating vs Returns

Executive Summary To explore if there is a correlation between product ratings and return rates, we analyzed the available data but were unable to see an imp...

Welcome to Jekyll!

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...

Back to Top ↑

2023

The B.A.R.N. Framework

Introduction Writing about your projects is crucial to giving context for the work. Writing an impactful article requires a structured approach that captures...

Back to Top ↑