File size: 1,929 Bytes
1206995
 
 
 
 
 
3139360
0ca624d
 
 
 
3139360
b8c0aa8
 
 
 
3139360
b8c0aa8
 
 
 
3139360
b8c0aa8
 
 
 
3139360
b8c0aa8
 
 
 
3139360
b8c0aa8
 
 
 
3139360
 
 
 
27a0327
3139360
 
0ca624d
4097108
2b6f547
4097108
 
 
 
 
 
83142d3
4097108
 
83142d3
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
configs:
- config_name: days_on_market
  data_files:
  - split: train
    path:
    - days_on_market.parquet
- config_name: for_sale_listings
  data_files:
  - split: train
    path:
    - for_sale_listings.parquet
- config_name: home_values
  data_files:
  - split: train
    path:
    - home_values.parquet
- config_name: home_values_forecasts
  data_files:
  - split: train
    path:
    - home_values_forecasts.parquet
- config_name: new_construction
  data_files:
  - split: train
    path:
    - new_construction.parquet
- config_name: rentals
  data_files:
  - split: train
    path:
    - rentals.parquet
- config_name: sales
  data_files:
  - split: train
    path:
    - sales.parquet
license: mit
task_categories:
- tabular-regression
- time-series-forecasting
language:
- en
---

# Housing Data Provided by Zillow
Updated: 2023-02-01

This dataset contains several configs produced based on files available at https://www.zillow.com/research/data/.

# Processing Notes

This dataset contains only parquet files created from the raw Zillow data. For more information, as well as code related to processing that data and creating the parquet files see https://huggingface.co/datasets/misikoff/zillow.

Supported configs:
- `days_on_market`: Days to pending, days to close, share of listings with a price cut, and price cuts.
- `for_sale_listings`: Median listing price, new listings, and new pending listings.
- `home_values`: Zillow Home Value Index (ZHVI) for all homes, mid-tier, bottom-tier, and top-tier homes.
- `home_values_forecasts`: Zillow Home Value Forecast (ZHVF) for all homes, mid-tier, bottom-tier, and top-tier homes.
- `new_construction`: Median sale price, median sale price per square foot, and sales count.
- `rentals`: Zillow Observed Rent Index (ZORI) for all homes, mid-tier, bottom-tier, and top-tier homes.
- `sales`: Median sale price, median sale price per square foot, and sales count.