QuangHoDev commited on
Commit
e5fe7a2
·
verified ·
1 Parent(s): f14318b

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ dtype: string
6
+ - name: location
7
+ dtype: string
8
+ - name: is_verified
9
+ dtype: int64
10
+ - name: description
11
+ dtype: string
12
+ - name: price_range_in_billion
13
+ dtype: string
14
+ - name: price_range_in_million_per_sqm
15
+ dtype: string
16
+ - name: history_of_price_change_rate
17
+ dtype: string
18
+ - name: area
19
+ dtype: string
20
+ - name: bed_rooms
21
+ dtype: string
22
+ - name: floors
23
+ dtype: float64
24
+ - name: bath_rooms
25
+ dtype: string
26
+ - name: legal_status
27
+ dtype: string
28
+ - name: furniture
29
+ dtype: string
30
+ - name: google_map_coordinates
31
+ dtype: float64
32
+ - name: url
33
+ dtype: string
34
+ - name: access_road
35
+ dtype: float64
36
+ - name: house_direction
37
+ dtype: string
38
+ - name: balcony_direction
39
+ dtype: string
40
+ - name: google_map_coords
41
+ dtype: string
42
+ - name: google_map_location_link
43
+ dtype: string
44
+ - name: published_listing_date
45
+ dtype: string
46
+ - name: expired_listing_date
47
+ dtype: string
48
+ - name: breadcrumb
49
+ dtype: string
50
+ - name: listing_ID
51
+ dtype: int64
52
+ - name: type_of_listing
53
+ dtype: string
54
+ - name: frontage_area
55
+ dtype: float64
56
+ - name: area_m2
57
+ dtype: float64
58
+ - name: price_vnd
59
+ dtype: int64
60
+ - name: price_billion
61
+ dtype: float64
62
+ - name: million_per_m2
63
+ dtype: float64
64
+ - name: bedrooms_num
65
+ dtype: float64
66
+ - name: type_of_property
67
+ dtype: string
68
+ - name: house_direction_clean
69
+ dtype: string
70
+ - name: furniture_norm
71
+ dtype: int64
72
+ - name: title_clean
73
+ dtype: string
74
+ - name: description_clean
75
+ dtype: string
76
+ - name: lat
77
+ dtype: float64
78
+ - name: lng
79
+ dtype: float64
80
+ - name: dist_city_center
81
+ dtype: float64
82
+ - name: dist_airport
83
+ dtype: float64
84
+ - name: dist_pham_van_dong
85
+ dtype: float64
86
+ - name: dist_crescent_mall
87
+ dtype: float64
88
+ - name: dist_saigon_uni
89
+ dtype: float64
90
+ - name: dist_ton_duc_thang_uni
91
+ dtype: float64
92
+ - name: district
93
+ dtype: string
94
+ - name: lat_norm
95
+ dtype: float64
96
+ - name: lng_norm
97
+ dtype: float64
98
+ - name: district_price_index
99
+ dtype: float64
100
+ - name: type_of_property_norm
101
+ dtype: string
102
+ - name: legal_status_norm
103
+ dtype: string
104
+ - name: street_name
105
+ dtype: string
106
+ - name: ward_name
107
+ dtype: string
108
+ - name: district_name
109
+ dtype: string
110
+ - name: city_name
111
+ dtype: string
112
+ - name: location_clean
113
+ dtype: string
114
+ - name: ward_price_index
115
+ dtype: float64
116
+ - name: price_change_rate
117
+ dtype: float64
118
+ - name: balcony_direction_norm
119
+ dtype: string
120
+ - name: balcony_direction_angle
121
+ dtype: float64
122
+ splits:
123
+ - name: train
124
+ num_bytes: 21129496
125
+ num_examples: 8628
126
+ - name: test
127
+ num_bytes: 5284823
128
+ num_examples: 2158
129
+ download_size: 10486824
130
+ dataset_size: 26414319
131
+ configs:
132
+ - config_name: default
133
+ data_files:
134
+ - split: train
135
+ path: data/train-*
136
+ - split: test
137
+ path: data/test-*
138
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4939d58468e97d6b517d9c73d746ffc51725c0edc305d7e1972c47a7f201c912
3
+ size 2146782
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:296ebc750f60e2ed7e313f7bf50ab3ec90041d6f42a61bb3f1c5a1cd343d812e
3
+ size 8340042