Skip to content

ChandlerLutz/tidyZillow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To tidy Zillow research data time series. See http://www.zillow.com/research/data/

Instillation and usage

     #install.packages("devtools")
     library(devtools)
     install_github("ChandlerLutz/tidyZillow")

     ##state level data
	 library(tidyZillow)
     library(data.table)
     zillow.state <-   fread("http://files.zillowstatic.com/research/public/State/State_Zhvi_AllHomes.csv")
     zillow.state <- tidyZillow(zillow.state, series.name = "ZillowState")
     head(zillow.state)

About

To tidy zillow research data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages