zillow-sample.csv

The zillow-sample.csv data include information on \(n=30\) Bayfield, Wisconsin houses listed for sale in 2015 on Zillow.


The attributes included in the data are:


Preview

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