Pash1986 commited on
Commit
62d03ac
·
verified ·
1 Parent(s): bdd3379

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -1
README.md CHANGED
@@ -66,6 +66,79 @@ This dataset can be utilized for various purposes, including but not limited to:
66
  - The dataset is provided "as is" and is intended for informational purposes only.
67
  - Users are advised to consider the implications of the embedded data and its use in their applications.
68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  ## Contact
70
 
71
- For any queries or further information regarding this dataset, please contact [email contact or organization].
 
66
  - The dataset is provided "as is" and is intended for informational purposes only.
67
  - Users are advised to consider the implications of the embedded data and its use in their applications.
68
 
69
+ ### Sample Document
70
+ ```
71
+ {
72
+ "_id": {
73
+ "$oid": "6095a34a7c34416a90d3209e"
74
+ },
75
+ "address": {
76
+ "building": "17",
77
+ "coord": [
78
+ -74.1350211,
79
+ 40.6369042
80
+ ],
81
+ "street": "Harrison Avenue",
82
+ "zipcode": "10302"
83
+ },
84
+ "borough": "Staten Island",
85
+ "cuisine": "American",
86
+ "name": "Buddy'S Wonder Bar",
87
+ "restaurant_id": "40367442",
88
+ "location": {
89
+ "type": "Point",
90
+ "coordinates": [
91
+ -74.1350211,
92
+ 40.6369042
93
+ ]
94
+ },
95
+ "stars": 3.5,
96
+ "review_count": 62,
97
+ "attributes": {
98
+ "BikeParking": "True",
99
+ "RestaurantsReservations": "True",
100
+ "RestaurantsTableService": "True",
101
+ "RestaurantsAttire": "'casual'",
102
+ "Alcohol": "'beer_and_wine'",
103
+ "RestaurantsGoodForGroups": "True",
104
+ "GoodForKids": "True",
105
+ "BusinessParking": "{'garage': False, 'street': True, 'validated': False, 'lot': True, 'valet': False}",
106
+ "WiFi": "u'free'",
107
+ "HasTV": "True",
108
+ "RestaurantsDelivery": "True",
109
+ "WheelchairAccessible": "True",
110
+ "NoiseLevel": "u'average'",
111
+ "GoodForMeal": "{'dessert': False, 'latenight': False, 'lunch': True, 'dinner': True, 'brunch': False, 'breakfast': False}",
112
+ "Ambience": "{'romantic': False, 'intimate': False, 'classy': False, 'hipster': False, 'divey': False, 'touristy': False, 'trendy': False, 'upscale': False, 'casual': True}"
113
+ },
114
+ "menu": [
115
+ "Grilled cheese sandwich",
116
+ "Baked potato",
117
+ "Lasagna",
118
+ "Mozzarella sticks",
119
+ "Mac & cheese",
120
+ "Chicken fingers",
121
+ "Mashed potatoes",
122
+ "Chicken pot pie",
123
+ "Green salad",
124
+ "Meatloaf",
125
+ "Tomato soup",
126
+ "Onion rings"
127
+ ],
128
+ "PriceRange": 2,
129
+ "OutdoorSeating": true,
130
+ "HappyHour": null,
131
+ "TakeOut": true,
132
+ "DogsAllowed": true,
133
+ "embedding": [
134
+ -0.11977468,
135
+ -0.02157107,
136
+
137
+ ...
138
+ ]
139
+ }
140
+ ```
141
+
142
  ## Contact
143
 
144
+ For any queries or further information regarding this dataset, please open a disucssion.