Pash1986 commited on
Commit
d928dd3
1 Parent(s): f02ca78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md CHANGED
@@ -1,3 +1,69 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # Hugging Face Dataset README
6
+
7
+ ## Overview
8
+
9
+ This dataset provides detailed information about various restaurants, including their location, cuisine, ratings, and other attributes. It is particularly useful for applications in food and beverage industry analysis, recommendation systems, and geographical studies.
10
+
11
+ ## Dataset Structure
12
+
13
+ Each record in the dataset represents a single restaurant and contains the following fields:
14
+
15
+ - `_id`: A unique identifier for the restaurant record.
16
+ - `address`: An object containing the building number, coordinates, street, and zipcode of the restaurant.
17
+ - `borough`: The borough in which the restaurant is located.
18
+ - `cuisine`: The type of cuisine offered by the restaurant.
19
+ - `name`: The name of the restaurant.
20
+ - `restaurant_id`: A unique restaurant ID.
21
+ - `location`: Geolocation data of the restaurant, in `Point` format.
22
+ - `stars`: The star rating of the restaurant.
23
+ - `review_count`: Number of reviews the restaurant has received.
24
+ - `attributes`: Various attributes of the restaurant, such as `GoodForKids`, `RestaurantsDelivery`, `NoiseLevel`, etc.
25
+ - `PriceRange`: The price range of the restaurant.
26
+ - `OutdoorSeating`: Indicates whether the restaurant has outdoor seating.
27
+ - `HappyHour`: Indicates whether the restaurant offers a happy hour.
28
+ - `TakeOut`: Indicates whether the restaurant offers takeout services.
29
+ - `DogsAllowed`: Indicates whether dogs are allowed in the restaurant.
30
+ - `embedding`: A list of numerical values representing the embedding of the menu and attributes.
31
+
32
+ ## Field Details
33
+
34
+ ### Address Object
35
+
36
+ - `building`: Building number.
37
+ - `coord`: Array containing longitude and latitude.
38
+ - `street`: Street name.
39
+ - `zipcode`: Postal code.
40
+
41
+ ### Location Object
42
+
43
+ - `type`: Type of the geolocation data, typically `"Point"`.
44
+ - `coordinates`: Array containing longitude and latitude.
45
+
46
+ ### Attributes Object
47
+
48
+ - This object contains several boolean and string fields representing various features and services of the restaurant, such as `GoodForKids`, `RestaurantsDelivery`, `NoiseLevel`, etc.
49
+
50
+ ### Embedding Field
51
+
52
+ - This field consists of an array of floating point numbers. It represents a combined embedding of the restaurant's menu and attributes, useful for similarity searches and machine learning applications.
53
+
54
+ ## Usage
55
+
56
+ This dataset can be utilized for various purposes, including but not limited to:
57
+
58
+ - Analysis of restaurant trends in different boroughs.
59
+ - Development of recommendation systems based on cuisine, attributes, and location.
60
+ - Geospatial analysis of restaurant distributions.
61
+
62
+ ## Notes
63
+
64
+ - The dataset is provided "as is" and is intended for informational purposes only.
65
+ - Users are advised to consider the implications of the embedded data and its use in their applications.
66
+
67
+ ## Contact
68
+
69
+ For any queries or further information regarding this dataset, please contact [email contact or organization].