feat: minor adjustments
Browse files
README.md
CHANGED
@@ -1,34 +1,26 @@
|
|
1 |
---
|
2 |
-
# language:
|
3 |
-
# - "List of ISO 639-1 code for your language"
|
4 |
-
# - lang1
|
5 |
-
# - lang2
|
6 |
pretty_name: "Zillow"
|
7 |
-
# tags:
|
8 |
-
# - tag1
|
9 |
-
# - tag2
|
10 |
license: "other"
|
11 |
-
|
12 |
-
|
13 |
-
# - task2
|
14 |
description: "This dataset is comprised of seven different configurations of data covering different aspects of the housing market in the United States. All data is provided by Zillow. The seven configurations are: home_values_forecasts, new_construction, for_sale_listings, rentals, sales, home_values, and days_on_market. Each configuration has a different set of features and target variables. The data is provided in JSONL format."
|
15 |
homepage: "https://www.zillow.com/research/data/"
|
16 |
---
|
17 |
|
18 |
# Housing Data Provided by Zillow
|
19 |
-
|
20 |
|
21 |
This dataset contains several configs produced based on files available at https://www.zillow.com/research/data/.
|
22 |
|
23 |
supported configs:
|
24 |
<!-- list each with a short description (1 sentence) -->
|
25 |
-
- [`home_values`](
|
26 |
-
- [`home_values_forecasts`](
|
27 |
-
- [`rentals`](
|
28 |
-
- [`for_sale_listings`](
|
29 |
-
- [`sales`](
|
30 |
-
- [`days_on_market`](
|
31 |
-
- [`new_construction`](
|
32 |
|
33 |
## HOME VALUES
|
34 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
pretty_name: "Zillow"
|
|
|
|
|
|
|
3 |
license: "other"
|
4 |
+
language:
|
5 |
+
- en
|
|
|
6 |
description: "This dataset is comprised of seven different configurations of data covering different aspects of the housing market in the United States. All data is provided by Zillow. The seven configurations are: home_values_forecasts, new_construction, for_sale_listings, rentals, sales, home_values, and days_on_market. Each configuration has a different set of features and target variables. The data is provided in JSONL format."
|
7 |
homepage: "https://www.zillow.com/research/data/"
|
8 |
---
|
9 |
|
10 |
# Housing Data Provided by Zillow
|
11 |
+
Updated 2023-02-01
|
12 |
|
13 |
This dataset contains several configs produced based on files available at https://www.zillow.com/research/data/.
|
14 |
|
15 |
supported configs:
|
16 |
<!-- list each with a short description (1 sentence) -->
|
17 |
+
- [`home_values`](#home-values): Zillow Home Value Index (ZHVI) for all homes, mid-tier, bottom-tier, and top-tier homes.
|
18 |
+
- [`home_values_forecasts`](#home-values-forecasts): Zillow Home Value Forecast (ZHVF) for all homes, mid-tier, bottom-tier, and top-tier homes.
|
19 |
+
- [`rentals`](#rentals): Zillow Observed Rent Index (ZORI) for all homes, mid-tier, bottom-tier, and top-tier homes.
|
20 |
+
- [`for_sale_listings`](#for-sale-listings): Median listing price, new listings, and new pending listings.
|
21 |
+
- [`sales`](#sales): Median sale price, median sale price per square foot, and sales count.
|
22 |
+
- [`days_on_market`](#days-on-market): Days to pending, days to close, share of listings with a price cut, and price cuts.
|
23 |
+
- [`new_construction`](#new-construction): Median sale price, median sale price per square foot, and sales count.
|
24 |
|
25 |
## HOME VALUES
|
26 |
|