Upload folder using huggingface_hub
Browse files- ._README.md +0 -0
- ._data +0 -0
- README.md +74 -0
- data/._customers.csv +0 -0
- data/._drivers.csv +0 -0
- data/._orders.csv +0 -0
- data/._restaurants.csv +0 -0
- data/customers.csv +0 -0
- data/drivers.csv +46 -0
- data/orders.csv +0 -0
- data/restaurants.csv +119 -0
._README.md
ADDED
|
Binary file (4.1 kB). View file
|
|
|
._data
ADDED
|
Binary file (4.1 kB). View file
|
|
|
README.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
- tabular-regression
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- last-mile
|
| 10 |
+
- mindweave
|
| 11 |
+
- synthetic-data
|
| 12 |
+
- grubhub
|
| 13 |
+
- test-data
|
| 14 |
+
- delivery
|
| 15 |
+
- restaurants
|
| 16 |
+
- gig-economy
|
| 17 |
+
- orders
|
| 18 |
+
- food-delivery
|
| 19 |
+
- driver-assignment
|
| 20 |
+
- logistics
|
| 21 |
+
- demand-forecasting
|
| 22 |
+
- uber-eats
|
| 23 |
+
- doordash
|
| 24 |
+
pretty_name: Food Delivery Platform Orders Dataset
|
| 25 |
+
size_categories:
|
| 26 |
+
- 10K<n<100K
|
| 27 |
+
configs:
|
| 28 |
+
- config_name: customers
|
| 29 |
+
data_files: data/customers.csv
|
| 30 |
+
default: true
|
| 31 |
+
- config_name: drivers
|
| 32 |
+
data_files: data/drivers.csv
|
| 33 |
+
- config_name: orders
|
| 34 |
+
data_files: data/orders.csv
|
| 35 |
+
- config_name: restaurants
|
| 36 |
+
data_files: data/restaurants.csv
|
| 37 |
+
---
|
| 38 |
+
|
| 39 |
+
# Food Delivery Platform Orders Dataset
|
| 40 |
+
|
| 41 |
+
Order records for a simulated food delivery platform operating in a mid-size
|
| 42 |
+
US city. 120 restaurants, 45 delivery drivers, 8,000 customers, and 30,000
|
| 43 |
+
orders over 12 months.
|
| 44 |
+
|
| 45 |
+
Features realistic patterns: dinner rush (6-9 PM), weekend peaks, weather-driven
|
| 46 |
+
demand, restaurant ratings, delivery time estimates vs actuals, and two anomalies —
|
| 47 |
+
a Super Bowl Sunday with 5x order volume and a severe snowstorm causing mass
|
| 48 |
+
cancellations and 3x delivery times.
|
| 49 |
+
|
| 50 |
+
Ideal for: food delivery app development, logistics optimization, demand
|
| 51 |
+
forecasting, driver assignment algorithms, and restaurant analytics.
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
## Tables
|
| 55 |
+
|
| 56 |
+
| Table | Rows |
|
| 57 |
+
|-------|------|
|
| 58 |
+
| customers | 8,000 |
|
| 59 |
+
| drivers | 45 |
|
| 60 |
+
| orders | 25,467 |
|
| 61 |
+
| restaurants | 118 |
|
| 62 |
+
| **Total** | **33,630** |
|
| 63 |
+
|
| 64 |
+
## Formats
|
| 65 |
+
|
| 66 |
+
- CSV (in `data/` directory)
|
| 67 |
+
- Parquet (available in full version)
|
| 68 |
+
- SQLite (available in full version)
|
| 69 |
+
|
| 70 |
+
## About
|
| 71 |
+
|
| 72 |
+
Generated by [Mindweave Technologies](https://mindweave.tech) — realistic synthetic datasets for developers, QA teams, and data engineers.
|
| 73 |
+
|
| 74 |
+
Browse all datasets: [mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
|
data/._customers.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/._drivers.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/._orders.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/._restaurants.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/customers.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/drivers.csv
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,first_name,vehicle_type,rating,total_deliveries,is_active
|
| 2 |
+
1,Preet,car,4.5,1935,True
|
| 3 |
+
2,Keisha,bike,4.6,2737,True
|
| 4 |
+
3,Jordan,car,4.8,204,True
|
| 5 |
+
4,Jordan,bike,4.2,115,True
|
| 6 |
+
5,Diego,scooter,4.5,115,True
|
| 7 |
+
6,Diego,car,4.9,553,True
|
| 8 |
+
7,Marcus,bike,4.3,249,True
|
| 9 |
+
8,Ashley,car,4.3,2477,True
|
| 10 |
+
9,Tyler,bike,4.6,1857,True
|
| 11 |
+
10,Tyler,car,4.8,2942,True
|
| 12 |
+
11,Ashley,scooter,4.5,2424,True
|
| 13 |
+
12,Tyler,car,4.9,2893,True
|
| 14 |
+
13,Jordan,scooter,4.8,791,True
|
| 15 |
+
14,Diego,bike,4.8,934,True
|
| 16 |
+
15,Keisha,car,4.7,2563,True
|
| 17 |
+
16,Keisha,bike,5.0,810,True
|
| 18 |
+
17,Anh,bike,4.4,265,True
|
| 19 |
+
18,Keisha,scooter,3.9,2040,True
|
| 20 |
+
19,Preet,car,5.0,2422,True
|
| 21 |
+
20,Keisha,car,4.4,2907,True
|
| 22 |
+
21,Tyler,car,4.5,2790,True
|
| 23 |
+
22,Keisha,bike,4.9,448,True
|
| 24 |
+
23,Ashley,car,4.0,2339,True
|
| 25 |
+
24,Jordan,car,4.1,2553,True
|
| 26 |
+
25,Diego,car,4.0,2124,True
|
| 27 |
+
26,Diego,car,4.3,2477,True
|
| 28 |
+
27,Preet,car,4.6,2530,True
|
| 29 |
+
28,Omar,bike,4.7,1394,True
|
| 30 |
+
29,Jordan,bike,4.6,216,True
|
| 31 |
+
30,Omar,car,4.1,1422,True
|
| 32 |
+
31,Destiny,car,3.8,685,True
|
| 33 |
+
32,Tyler,scooter,4.5,429,True
|
| 34 |
+
33,Preet,car,4.4,462,True
|
| 35 |
+
34,Keisha,car,4.6,2122,True
|
| 36 |
+
35,Tyler,car,4.7,1563,True
|
| 37 |
+
36,Anh,bike,4.5,1665,True
|
| 38 |
+
37,Omar,car,4.7,2261,True
|
| 39 |
+
38,Destiny,bike,4.6,1689,True
|
| 40 |
+
39,Tyler,bike,4.7,1927,True
|
| 41 |
+
40,Jordan,car,4.3,349,True
|
| 42 |
+
41,Diego,scooter,4.4,2568,True
|
| 43 |
+
42,Destiny,bike,4.6,1401,True
|
| 44 |
+
43,Anh,car,4.7,550,True
|
| 45 |
+
44,Anh,car,4.4,2458,True
|
| 46 |
+
45,Preet,car,4.7,2230,True
|
data/orders.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/restaurants.csv
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,name,cuisine_type,avg_order_value,rating,is_active,address
|
| 2 |
+
1,Dragon Palace #1,American,15.61,4.4,True,43321 Brittany Bypass
|
| 3 |
+
2,The Breakfast Club #2,American,21.11,3.0,True,33890 Jennifer Squares
|
| 4 |
+
3,Wing Stop #3,American,18.85,3.8,True,79402 Peterson Drives Apt. 511
|
| 5 |
+
4,Pad Thai Palace #4,American,18.45,3.6,True,55940 Herrera Lane Apt. 849
|
| 6 |
+
5,Wing Stop #5,American,20.66,4.0,True,310 Kendra Common Apt. 164
|
| 7 |
+
6,Pizza Planet #6,American,21.63,4.2,True,525 Clark Grove Apt. 928
|
| 8 |
+
7,Sushi Express #7,American,19.52,3.5,True,76483 Cameron Trail
|
| 9 |
+
8,Thai Orchid #8,American,20.94,4.0,True,05641 Robin Port
|
| 10 |
+
9,Spice Route #9,American,16.61,4.6,True,76724 John Points Suite 969
|
| 11 |
+
10,Wok This Way #10,American,18.07,3.8,True,3287 Katelyn Wall Apt. 226
|
| 12 |
+
11,Wok This Way #11,American,19.98,4.2,True,6978 Maddox Wall
|
| 13 |
+
12,Tokyo Grill #12,American,19.65,4.2,True,184 Rodriguez Mews
|
| 14 |
+
13,Masala Kitchen #13,American,17.37,3.7,True,0482 Monica Hills
|
| 15 |
+
14,Wok This Way #14,American,16.24,4.3,True,52880 Burns Creek
|
| 16 |
+
15,The Breakfast Club #15,American,18.18,3.6,True,3039 Christopher Oval Apt. 822
|
| 17 |
+
16,Tokyo Grill #16,American,16.21,4.3,True,248 Brandt Plains Apt. 465
|
| 18 |
+
17,Ramen Lab #17,American,20.01,3.7,True,713 Caleb Brooks Apt. 930
|
| 19 |
+
18,Sushi Express #18,American,19.14,4.1,True,031 Michele Cliffs
|
| 20 |
+
19,Napoli's #19,American,20.92,4.1,True,7382 Sanchez Mountains
|
| 21 |
+
20,The Smokehouse #20,American,20.38,4.0,True,11656 Owens Stream Apt. 106
|
| 22 |
+
21,The Breakfast Club #21,American,20.25,3.3,True,33387 Robert Harbors Suite 317
|
| 23 |
+
22,The Breakfast Club #22,American,17.61,3.8,True,80132 Tucker Forest
|
| 24 |
+
23,Wing Stop #23,American,17.74,4.7,True,26064 Mitchell Square Suite 234
|
| 25 |
+
24,Gourmet Grills #24,American,16.1,4.5,True,98050 Breanna Parkway
|
| 26 |
+
25,Golden Dragon #25,Mexican,14.25,4.1,True,81219 Emma Freeway
|
| 27 |
+
26,The Noodle House #26,Mexican,16.32,4.4,True,93990 Robert Prairie Suite 435
|
| 28 |
+
27,The Breakfast Club #27,Mexican,14.22,3.8,True,6247 Hickman Cliffs
|
| 29 |
+
28,Salad Works #28,Mexican,16.93,3.9,True,9911 William Curve
|
| 30 |
+
29,Pad Thai Palace #29,Mexican,12.45,3.5,True,35427 Carr Valley Apt. 841
|
| 31 |
+
30,Golden Dragon #30,Mexican,16.12,4.1,True,1182 Campbell Fords
|
| 32 |
+
31,Sushi Express #31,Mexican,14.04,4.1,True,48740 Cynthia Village Suite 005
|
| 33 |
+
32,BBQ Bros #32,Mexican,16.41,3.8,True,427 Hoffman Creek
|
| 34 |
+
33,Tandoori Nights #33,Mexican,13.51,3.8,True,280 Aguilar Drive
|
| 35 |
+
34,Taqueria Mi Pueblo #34,Mexican,14.14,3.4,True,04505 Evelyn Shores Apt. 586
|
| 36 |
+
35,Curry House #35,Mexican,13.94,4.0,True,22602 Patton Loop
|
| 37 |
+
36,Sushi Express #36,Mexican,16.08,4.2,True,2160 Walker Viaduct
|
| 38 |
+
37,El Patron #37,Mexican,14.78,3.8,True,4330 Raymond Harbors Apt. 458
|
| 39 |
+
38,Sushi Express #38,Mexican,14.82,3.2,True,850 Natalie Green Apt. 940
|
| 40 |
+
39,Ramen Lab #39,Mexican,12.02,3.5,True,655 Obrien Pass
|
| 41 |
+
40,Dragon Palace #40,Mexican,15.9,3.5,True,9340 Smith Valley
|
| 42 |
+
41,Sushi Express #41,Mexican,17.92,3.8,True,6159 Alvarado Crossing
|
| 43 |
+
42,Crispy Chicken Co #42,Mexican,16.66,3.5,True,465 Terry Plaza Apt. 366
|
| 44 |
+
43,Wok This Way #43,Chinese,13.72,3.8,True,946 Kevin Fords
|
| 45 |
+
44,The Smokehouse #44,Chinese,18.02,3.1,True,957 Ramos Forest Suite 214
|
| 46 |
+
45,Mediterranean Bites #45,Chinese,16.57,3.7,True,34332 Brandon Mountains Apt. 769
|
| 47 |
+
46,Salad Works #46,Chinese,12.53,4.0,True,676 Dylan Spurs
|
| 48 |
+
47,El Patron #47,Chinese,16.56,4.0,True,63287 Angela Vista
|
| 49 |
+
48,Mediterranean Bites #48,Chinese,19.84,3.9,True,2788 Dodson Mills
|
| 50 |
+
49,Fresh Bowls #49,Chinese,16.43,4.1,True,727 Green Gateway Suite 873
|
| 51 |
+
50,Dragon Palace #50,Chinese,19.26,4.4,True,1434 Flores Plains Apt. 223
|
| 52 |
+
51,BBQ Bros #51,Chinese,19.51,3.4,True,231 Russell Plains Suite 603
|
| 53 |
+
52,Spice Route #52,Chinese,14.46,3.5,True,9096 Smith Knoll Suite 668
|
| 54 |
+
53,Pad Thai Palace #53,Chinese,12.7,4.3,True,3467 Paul Skyway
|
| 55 |
+
54,Gourmet Grills #54,Chinese,15.47,3.3,True,272 Rebecca Ramp Apt. 162
|
| 56 |
+
55,Tandoori Nights #55,Chinese,16.75,4.4,True,04653 Murphy Trace Suite 464
|
| 57 |
+
56,El Patron #56,Chinese,20.79,5.0,True,0805 Debra Tunnel
|
| 58 |
+
57,Sushi Express #57,Italian,18.73,2.9,True,33092 David Skyway
|
| 59 |
+
58,Ramen Lab #58,Italian,22.88,3.6,True,374 Jackson Rest
|
| 60 |
+
59,The Noodle House #59,Italian,19.98,3.9,True,41904 Sanders Stravenue
|
| 61 |
+
60,Wing Stop #60,Italian,25.52,4.1,True,93149 Laura Port
|
| 62 |
+
61,The Noodle House #61,Italian,18.58,3.2,True,8651 Smith Manor
|
| 63 |
+
62,Spice Route #62,Italian,20.4,4.0,True,65726 Jessica Run Suite 987
|
| 64 |
+
63,Mediterranean Bites #63,Italian,22.43,4.5,True,9453 Joshua Mission Apt. 799
|
| 65 |
+
64,Mediterranean Bites #64,Italian,20.35,3.4,True,0752 Lewis Union Suite 549
|
| 66 |
+
65,Crispy Chicken Co #65,Italian,19.61,5.0,True,083 John Lodge Suite 837
|
| 67 |
+
66,Taco Loco #66,Italian,19.29,4.4,True,0143 Holt Inlet Suite 788
|
| 68 |
+
67,Ramen Lab #67,Italian,25.07,4.2,True,8557 Parker Fort Apt. 351
|
| 69 |
+
68,Salad Works #68,Italian,21.48,4.0,True,37498 Hooper Village
|
| 70 |
+
69,Pad Thai Palace #69,Italian,23.47,3.8,True,3524 Jean Crossroad
|
| 71 |
+
70,Ramen Lab #70,Italian,17.96,3.4,True,08427 Monique Ports Suite 777
|
| 72 |
+
71,Spice Route #71,Indian,21.65,4.1,True,04711 Vasquez Ports Apt. 229
|
| 73 |
+
72,Napoli's #72,Indian,17.19,4.1,True,31869 Kimberly Light Suite 749
|
| 74 |
+
73,El Patron #73,Indian,18.08,3.8,True,9909 Stacey Fords Apt. 412
|
| 75 |
+
74,Salad Works #74,Indian,20.4,4.2,True,81206 Norris Mountains
|
| 76 |
+
75,Wok This Way #75,Indian,17.98,3.4,True,34471 Sandra Turnpike Apt. 618
|
| 77 |
+
76,Wok This Way #76,Indian,13.91,4.8,True,242 Brian Turnpike
|
| 78 |
+
77,Dragon Palace #77,Indian,17.03,3.8,True,947 Taylor Hollow Suite 488
|
| 79 |
+
78,Taqueria Mi Pueblo #78,Indian,21.34,3.4,True,1906 Munoz Burg Apt. 399
|
| 80 |
+
79,The Smokehouse #79,Indian,19.19,3.8,True,490 Thomas Run
|
| 81 |
+
80,Salad Works #80,Indian,17.49,3.9,True,2967 Theodore Lodge Suite 512
|
| 82 |
+
81,Ramen Lab #81,Indian,21.19,4.0,True,7468 Shawn Island Suite 516
|
| 83 |
+
82,Burger Barn #82,Indian,19.19,3.0,True,876 Jacob Lake
|
| 84 |
+
83,The Smokehouse #83,Japanese,20.96,3.4,True,703 Dunn Heights Suite 710
|
| 85 |
+
84,Wing Stop #84,Japanese,20.84,3.8,True,248 Andrea Course
|
| 86 |
+
85,Burger Barn #85,Japanese,19.22,4.0,True,71274 Perry Orchard
|
| 87 |
+
86,Mediterranean Bites #86,Japanese,22.26,3.8,True,78263 Michelle Harbor Suite 584
|
| 88 |
+
87,Mama Rosa's #87,Japanese,25.94,4.7,True,4997 Sean Orchard
|
| 89 |
+
88,El Patron #88,Japanese,23.44,3.7,True,8867 Kane Square Apt. 963
|
| 90 |
+
89,El Patron #89,Japanese,24.87,4.1,True,57662 Hanna Crossroad Suite 171
|
| 91 |
+
90,Burger Barn #90,Japanese,20.1,4.0,True,26217 Morgan Square Suite 158
|
| 92 |
+
91,Wok This Way #91,Japanese,33.06,4.9,True,7809 Jimmy Spur Suite 316
|
| 93 |
+
92,Tandoori Nights #92,Japanese,20.93,3.9,True,172 Berger Cape
|
| 94 |
+
93,Tandoori Nights #93,Japanese,21.87,4.2,True,45562 Amanda Port Apt. 221
|
| 95 |
+
94,El Patron #94,Japanese,28.34,3.6,True,379 Jesse Route Suite 740
|
| 96 |
+
95,Crispy Chicken Co #95,Thai,11.19,3.9,True,8217 Huerta Hills Suite 474
|
| 97 |
+
96,The Breakfast Club #96,Thai,13.87,3.7,True,7136 Andrews Squares
|
| 98 |
+
97,Mama Rosa's #97,Thai,19.28,4.0,True,64090 Wall Heights Apt. 953
|
| 99 |
+
98,Pizza Planet #98,Thai,12.15,3.3,True,421 Kyle Mill
|
| 100 |
+
99,Wing Stop #99,Thai,13.31,3.5,True,521 Murphy Mall
|
| 101 |
+
100,Crispy Chicken Co #100,Thai,21.05,5.0,True,28588 Rivas Glens
|
| 102 |
+
101,Napoli's #101,Thai,15.59,4.2,True,5171 Karen Fork Suite 851
|
| 103 |
+
102,Taco Loco #102,Thai,20.78,3.5,True,48175 Richards View Suite 137
|
| 104 |
+
103,Masala Kitchen #103,Thai,18.42,4.2,True,859 Deborah Roads
|
| 105 |
+
104,Spice Route #104,Fast Food,11.32,3.9,True,461 Brandon Camp Suite 711
|
| 106 |
+
105,Sushi Express #105,Fast Food,11.57,3.9,True,267 Santiago Summit
|
| 107 |
+
106,Mama Rosa's #106,Fast Food,12.42,3.7,True,261 Gilbert Harbors Apt. 537
|
| 108 |
+
107,Tandoori Nights #107,Fast Food,13.82,4.1,True,51585 Raymond Field Apt. 713
|
| 109 |
+
108,Gourmet Grills #108,Fast Food,12.63,4.0,True,53293 Maria Plaza
|
| 110 |
+
109,Wok This Way #109,Fast Food,10.7,4.2,True,335 Kristina Ranch
|
| 111 |
+
110,Napoli's #110,Fast Food,11.82,5.0,True,2284 Daniel Way
|
| 112 |
+
111,BBQ Bros #111,Fast Food,12.69,3.6,True,05395 Grant Center
|
| 113 |
+
112,Gourmet Grills #112,Fast Food,10.0,4.6,True,681 Thomas Tunnel
|
| 114 |
+
113,Mama Rosa's #113,Fast Food,12.86,3.1,True,917 Sonia Cape Suite 700
|
| 115 |
+
114,Taco Loco #114,Fast Food,13.67,4.2,True,6177 Rachel Islands Apt. 124
|
| 116 |
+
115,Crispy Chicken Co #115,Fast Food,11.15,4.1,True,9847 Garcia Squares Apt. 836
|
| 117 |
+
116,Pad Thai Palace #116,Fast Food,12.09,3.9,True,65766 Larry Island Suite 527
|
| 118 |
+
117,Wok This Way #117,Fast Food,11.55,4.1,True,11615 Angela Radial
|
| 119 |
+
118,Spice Route #118,Fast Food,14.65,2.7,True,165 Parrish Stravenue Apt. 494
|