Learn R Programming

housingData (version 0.3.0)

housing: Housing data

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

housing

Arguments

Format

A data frame with 247082 rows and 7 columns.

Variables

  • fips: FIPS county code
  • county: county name
  • state: state abbreviation
  • time: time of class "Date" - each month's values are placed at the first day of the month
  • nSold: number of units sold
  • medListPriceSqft: median list price per square foot
  • medSoldPriceSqft: median sold price per square foot

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.

Examples

Run this code
head(housing)

Run the code above in your browser using DataLab