File size: 3,338 Bytes
5b20011
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
---
dataset_info:
  features:
  - name: title
    dtype: string
  - name: location
    dtype: string
  - name: is_verified
    dtype: int64
  - name: description
    dtype: string
  - name: price_range_in_billion
    dtype: string
  - name: price_range_in_million_per_sqm
    dtype: string
  - name: history_of_price_change_rate
    dtype: string
  - name: area
    dtype: string
  - name: bed_rooms
    dtype: string
  - name: floors
    dtype: float64
  - name: bath_rooms
    dtype: string
  - name: legal_status
    dtype: string
  - name: furniture
    dtype: string
  - name: google_map_coordinates
    dtype: float64
  - name: url
    dtype: string
  - name: access_road
    dtype: float64
  - name: house_direction
    dtype: string
  - name: balcony_direction
    dtype: string
  - name: google_map_coords
    dtype: string
  - name: google_map_location_link
    dtype: string
  - name: published_listing_date
    dtype: string
  - name: expired_listing_date
    dtype: string
  - name: breadcrumb
    dtype: string
  - name: listing_ID
    dtype: int64
  - name: type_of_listing
    dtype: string
  - name: frontage_area
    dtype: float64
  - name: price_vnd
    dtype: int64
  - name: price_billion
    dtype: float64
  - name: area_m2
    dtype: float64
  - name: million_per_m2
    dtype: float64
  - name: bathrooms_num
    dtype: float64
  - name: bedrooms_num
    dtype: float64
  - name: type_of_property
    dtype: string
  - name: type_of_property_norm
    dtype: string
  - name: house_direction_clean
    dtype: string
  - name: furniture_norm
    dtype: int64
  - name: title_clean
    dtype: string
  - name: description_clean
    dtype: string
  - name: legal_status_norm
    dtype: string
  - name: location_clean
    dtype: string
  - name: price_change_rate
    dtype: float64
  - name: balcony_direction_norm
    dtype: string
  - name: balcony_direction_angle
    dtype: float64
  - name: district
    dtype: string
  - name: ward
    dtype: float64
  - name: project
    dtype: string
  - name: is_project
    dtype: int64
  - name: street
    dtype: string
  - name: road_type
    dtype: string
  - name: alley_width_m
    dtype: float64
  - name: lat
    dtype: float64
  - name: lon
    dtype: float64
  - name: dist_city_center_km
    dtype: float64
  - name: dist_airport_km
    dtype: float64
  - name: dist_city_center_km_bin
    dtype: string
  - name: dist_airport_km_bin
    dtype: string
  - name: dist_quang_trung_intersection_km
    dtype: float64
  - name: dist_pham_van_dong_bridge_km
    dtype: float64
  - name: dist_cityland_park_hills_km
    dtype: float64
  - name: dist_iu_hcm_km
    dtype: float64
  - name: dist_emart_go_vap_km
    dtype: float64
  - name: dist_quang_trung_intersection_km_bin
    dtype: string
  - name: dist_pham_van_dong_bridge_km_bin
    dtype: string
  - name: dist_cityland_park_hills_km_bin
    dtype: string
  - name: dist_iu_hcm_km_bin
    dtype: string
  - name: dist_emart_go_vap_km_bin
    dtype: string
  - name: price_bucket
    dtype: string
  splits:
  - name: train
    num_bytes: 8561374
    num_examples: 3487
  - name: test
    num_bytes: 2140957
    num_examples: 872
  download_size: 4060396
  dataset_size: 10702331
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---