misikoff commited on
Commit
c96e321
1 Parent(s): ad34fa4

feat: update readme

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. zillow.py +1 -1
README.md CHANGED
@@ -11,6 +11,8 @@ license: "other"
11
  # task_categories:
12
  # - task1
13
  # - task2
 
 
14
  ---
15
 
16
  # Housing Data Provided by Zillow
 
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
zillow.py CHANGED
@@ -31,7 +31,7 @@ _DESCRIPTION = """\
31
  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.
32
  """
33
 
34
- _HOMEPAGE = "https://huggingface.co/datasets/misikoff/zillow"
35
 
36
  _LICENSE = "other"
37
 
 
31
  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.
32
  """
33
 
34
+ _HOMEPAGE = "https://www.zillow.com/research/data/"
35
 
36
  _LICENSE = "other"
37