misikoff commited on
Commit
399e20c
1 Parent(s): c96e321

feat: minor adjustments

Browse files
Files changed (1) hide show
  1. README.md +10 -18
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
- # task_categories:
12
- # - task1
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
- ## Updated 2023-02-01
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`](https://huggingface.co/datasets/misikoff/zillow#home-values): Zillow Home Value Index (ZHVI) for all homes, mid-tier, bottom-tier, and top-tier homes.
26
- - [`home_values_forecasts`](https://huggingface.co/datasets/misikoff/zillow#home-values-forecasts): Zillow Home Value Forecast (ZHVF) for all homes, mid-tier, bottom-tier, and top-tier homes.
27
- - [`rentals`](https://huggingface.co/datasets/misikoff/zillow#rentals): Zillow Observed Rent Index (ZORI) for all homes, mid-tier, bottom-tier, and top-tier homes.
28
- - [`for_sale_listings`](https://huggingface.co/datasets/misikoff/zillow#for-sale-listings): Median listing price, new listings, and new pending listings.
29
- - [`sales`](https://huggingface.co/datasets/misikoff/zillow#sales): Median sale price, median sale price per square foot, and sales count.
30
- - [`days_on_market`](https://huggingface.co/datasets/misikoff/zillow#days-on-market): Days to pending, days to close, share of listings with a price cut, and price cuts.
31
- - [`new_construction`](https://huggingface.co/datasets/misikoff/zillow#new-construction): Median sale price, median sale price per square foot, and sales count.
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