Description Usage Format Details Variables Examples
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.
1 |
A data frame with 247082 rows and 7 columns.
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.
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
1 |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.