RMHalak commited on
Commit
1ff17d3
·
verified ·
1 Parent(s): 4d950ec

Update min_dict.json

Browse files
Files changed (1) hide show
  1. min_dict.json +16 -1
min_dict.json CHANGED
@@ -1 +1,16 @@
1
- {"bedrooms": 0, "bathrooms": 0, "sqft_living": 350, "sqft_lot": 625, "floors": 1, "waterfront": 0, "view": 0, "condition": 1, "sqft_above": 350, "sqft_basement": 0, "yr_built": 1900, "yr_renovated": 1900, "house_age": 0, "years_since_renovation": 0}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bedrooms": 9,
3
+ "bathrooms": 8,
4
+ "sqft_living": 13525,
5
+ "sqft_lot": 1074200,
6
+ "floors": 3,
7
+ "waterfront": 1,
8
+ "view": 4,
9
+ "condition": 5,
10
+ "sqft_above": 9400,
11
+ "sqft_basement": 4800,
12
+ "yr_built": 2014,
13
+ "yr_renovated": 2014,
14
+ "house_age": 114,
15
+ "years_since_renovation": 2014
16
+ }