housing: Housing data

Description Usage Format Details Variables Examples

Description

Monthly median home listing, sale price per square foot, and number of units sold for 2984 counties in the contiguous United States From 2008 to January 2016, harvested from Quandl's Zillow Housing Data https://www.quandl.com/collections/housing. Provided from Quandl with rights to distribute without restriction.

Usage

1

Format

A data frame with 247082 rows and 7 columns.

Details

List price data is the most complete. Many counties are missing sale price and number of units sold. Only counties with at least one non-NA listing price entry are included in the data. Also, the data only represents counties in the contiguous United States (Alaska, Hawaii, Puerto Rico, and Virgin Islands are not included). A few major outliers in sale prices in small counties have been removed.

Variables

Examples

1

Example output

   fips             county state       time  nSold medListPriceSqft
1 06037 Los Angeles County    CA 2008-01-31 505900               NA
2 06037 Los Angeles County    CA 2008-02-29 497100               NA
3 06037 Los Angeles County    CA 2008-03-31 487300               NA
4 06037 Los Angeles County    CA 2008-04-30 476400               NA
5 06037 Los Angeles County    CA 2008-05-31 465900               NA
6 06037 Los Angeles County    CA 2008-06-30 456000               NA
  medSoldPriceSqft
1         360.1645
2         353.9788
3         349.7633
4         348.5246
5         343.8849
6         342.1065

housingData documentation built on May 2, 2019, 3:47 p.m.