zillow.csv

The data in zillow.csv include \(n=15\) listing prices obtained from Zillow.com for houses in neighborhoods adjacent to the University of Minnesota campus (e.g., Marcy-Holmes, Cedar-Riverside, Como). The data were collected by selecting all the houses for sale on May 16, 2023 in neighborhoods adjacent to the University of Minnesota.


The attributes included in the data are:


Preview

# Import data
library(tidyverse)
zillow <- read_csv(file = "https://raw.githubusercontent.com/zief0002/epsy-5261/main/data/zillow.csv")