-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata-specs.txt
51 lines (49 loc) · 1.03 KB
/
data-specs.txt
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
# vim:ft=ansible:
is_open: Int
neighborhood: String
type: String
stars: Float
attributes: List
BikeParking: Bool
BusinessAcceptsBitcoin: Bool
BusinessAcceptsCreditCards: Bool
BusinessParking: {'garage': Bool, 'street': Bool, 'validated': Bool, 'lot': Bool, 'valet': Bool}
DogsAllowed: Bool
RestaurantsPriceRange2: Int
WheelchairAccessible: Bool
postal_code: Int
hours: List
Monday: 00:00-00:00 (24 hour time)
Tuesday:
Wednesday:
Thursday:
Friday:
Saturday:
Sunday:
state: String
address: String
categories: List
Misc String Categories
latitude: Double
longitude: Double
city: String
name: String
business_id: String
review_count: Integer
df dtypes
address object
attributes object
business_id object
categories object
city object
hours object
is_open int64
latitude float64
longitude float64
name object
neighborhood object
postal_code object
review_count object
stars float64
state object
type object