Update README.md
Browse files
README.md
CHANGED
@@ -4,37 +4,42 @@ configs:
|
|
4 |
data_files:
|
5 |
- split: train
|
6 |
path:
|
7 |
-
-
|
8 |
- config_name: for_sale_listings
|
9 |
data_files:
|
10 |
- split: train
|
11 |
path:
|
12 |
-
-
|
13 |
- config_name: home_values
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path:
|
17 |
-
-
|
18 |
- config_name: home_values_forecasts
|
19 |
data_files:
|
20 |
- split: train
|
21 |
path:
|
22 |
-
-
|
23 |
- config_name: new_construction
|
24 |
data_files:
|
25 |
- split: train
|
26 |
path:
|
27 |
-
-
|
28 |
- config_name: rentals
|
29 |
data_files:
|
30 |
- split: train
|
31 |
path:
|
32 |
-
-
|
33 |
- config_name: sales
|
34 |
data_files:
|
35 |
- split: train
|
36 |
path:
|
37 |
-
-
|
|
|
|
|
|
|
|
|
|
|
38 |
---
|
39 |
|
40 |
# Housing Data Provided by Zillow
|
@@ -289,4 +294,4 @@ Value Columns
|
|
289 |
from datasets import load_dataset
|
290 |
|
291 |
dataset = load_dataset("misikoff/zillow-viewer", 'home_values', trust_remote_code=True)
|
292 |
-
```
|
|
|
4 |
data_files:
|
5 |
- split: train
|
6 |
path:
|
7 |
+
- days_on_market.parquet
|
8 |
- config_name: for_sale_listings
|
9 |
data_files:
|
10 |
- split: train
|
11 |
path:
|
12 |
+
- for_sale_listings.parquet
|
13 |
- config_name: home_values
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path:
|
17 |
+
- home_values.parquet
|
18 |
- config_name: home_values_forecasts
|
19 |
data_files:
|
20 |
- split: train
|
21 |
path:
|
22 |
+
- home_values_forecasts.parquet
|
23 |
- config_name: new_construction
|
24 |
data_files:
|
25 |
- split: train
|
26 |
path:
|
27 |
+
- new_construction.parquet
|
28 |
- config_name: rentals
|
29 |
data_files:
|
30 |
- split: train
|
31 |
path:
|
32 |
+
- rentals.parquet
|
33 |
- config_name: sales
|
34 |
data_files:
|
35 |
- split: train
|
36 |
path:
|
37 |
+
- sales.parquet
|
38 |
+
license: mit
|
39 |
+
task_categories:
|
40 |
+
- tabular-regression
|
41 |
+
language:
|
42 |
+
- en
|
43 |
---
|
44 |
|
45 |
# Housing Data Provided by Zillow
|
|
|
294 |
from datasets import load_dataset
|
295 |
|
296 |
dataset = load_dataset("misikoff/zillow-viewer", 'home_values', trust_remote_code=True)
|
297 |
+
```
|