Spaces:
Paused
Paused
Update min_dict.json
Browse files- min_dict.json +14 -14
min_dict.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
{
|
2 |
-
"bedrooms":
|
3 |
-
"bathrooms":
|
4 |
-
"sqft_living":
|
5 |
-
"sqft_lot":
|
6 |
-
"floors":
|
7 |
-
"waterfront":
|
8 |
-
"view":
|
9 |
-
"condition":
|
10 |
-
"sqft_above":
|
11 |
-
"sqft_basement":
|
12 |
-
"yr_built":
|
13 |
-
"yr_renovated":
|
14 |
-
"house_age":
|
15 |
-
"years_since_renovation":
|
16 |
}
|
|
|
1 |
{
|
2 |
+
"bedrooms": 0,
|
3 |
+
"bathrooms": 0,
|
4 |
+
"sqft_living": 350,
|
5 |
+
"sqft_lot": 625,
|
6 |
+
"floors": 1,
|
7 |
+
"waterfront": 0,
|
8 |
+
"view": 0,
|
9 |
+
"condition": 1,
|
10 |
+
"sqft_above": 350,
|
11 |
+
"sqft_basement": 0,
|
12 |
+
"yr_built": 1900,
|
13 |
+
"yr_renovated": 1900,
|
14 |
+
"house_age": 0,
|
15 |
+
"years_since_renovation": 0
|
16 |
}
|