Purpose: Try to determine if there is any correlation between dog ownership and housing data.
Use the API for the Seattle pet licence open data to get the breed and ZIP code location:
https://data.seattle.gov/Community/Seattle-Pet-Licenses/jguv-t9rb
Standard AKC breed names and characteristics can be found in this data set:
https://www.kaggle.com/datasets/paultimothymooney/best-in-show-data-about-dogs?resource=download
It had to be augmented with data from AKC.
Census data can be found at:
Dog ownership percentage in ZIP codes is highly correlated with owner occupancy percentage. Moderatly correlated with ZIP codes that have 3 bedrooms and Median rent amounts in the ZIP codes.
Moderatly negatively correlated with areas that have no bedrooms or 1 bedroom.
Interestingly, not much of a correlation with owner occupied property value.