Upload folder using huggingface_hub
Browse files- README.md +39 -20
- data/customers.csv +0 -0
- data/drivers.csv +0 -35
- data/orders.csv +0 -0
- data/restaurants.csv +0 -98
README.md
CHANGED
|
@@ -6,24 +6,24 @@ task_categories:
|
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
tags:
|
|
|
|
| 9 |
- last-mile
|
| 10 |
-
-
|
| 11 |
-
-
|
| 12 |
- grubhub
|
| 13 |
-
-
|
| 14 |
- delivery
|
|
|
|
| 15 |
- restaurants
|
| 16 |
- gig-economy
|
| 17 |
-
-
|
| 18 |
-
- food-delivery
|
| 19 |
-
- driver-assignment
|
| 20 |
- logistics
|
| 21 |
-
- demand-forecasting
|
| 22 |
-
- uber-eats
|
| 23 |
- doordash
|
| 24 |
-
|
|
|
|
|
|
|
| 25 |
size_categories:
|
| 26 |
-
-
|
| 27 |
configs:
|
| 28 |
- config_name: customers
|
| 29 |
data_files: data/customers.csv
|
|
@@ -36,7 +36,9 @@ configs:
|
|
| 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
|
|
@@ -51,24 +53,41 @@ Ideal for: food delivery app development, logistics optimization, demand
|
|
| 51 |
forecasting, driver assignment algorithms, and restaurant analytics.
|
| 52 |
|
| 53 |
|
| 54 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
|
| 56 |
-
|
| 57 |
-
|
|
|
|
|
|
|
| 58 |
| customers | 8,000 |
|
| 59 |
| drivers | 45 |
|
| 60 |
| orders | 25,467 |
|
| 61 |
| restaurants | 118 |
|
| 62 |
| **Total** | **33,630** |
|
| 63 |
|
| 64 |
-
|
| 65 |
|
| 66 |
-
|
| 67 |
-
- Parquet (available in full version)
|
| 68 |
-
- SQLite (available in full version)
|
| 69 |
|
| 70 |
## About
|
| 71 |
|
| 72 |
-
Generated by [Mindweave Technologies](https://mindweave.tech)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
|
| 74 |
-
Browse all datasets: [mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
|
|
|
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
tags:
|
| 9 |
+
- food-delivery
|
| 10 |
- last-mile
|
| 11 |
+
- orders
|
| 12 |
+
- demand-forecasting
|
| 13 |
- grubhub
|
| 14 |
+
- synthetic-data
|
| 15 |
- delivery
|
| 16 |
+
- mindweave
|
| 17 |
- restaurants
|
| 18 |
- gig-economy
|
| 19 |
+
- test-data
|
|
|
|
|
|
|
| 20 |
- logistics
|
|
|
|
|
|
|
| 21 |
- doordash
|
| 22 |
+
- driver-assignment
|
| 23 |
+
- uber-eats
|
| 24 |
+
pretty_name: Food Delivery Platform Orders Dataset (Free Sample)
|
| 25 |
size_categories:
|
| 26 |
+
- 1K<n<10K
|
| 27 |
configs:
|
| 28 |
- config_name: customers
|
| 29 |
data_files: data/customers.csv
|
|
|
|
| 36 |
data_files: data/restaurants.csv
|
| 37 |
---
|
| 38 |
|
| 39 |
+
# Food Delivery Platform Orders Dataset (Free Sample)
|
| 40 |
+
|
| 41 |
+
> **This is a free sample** with 2,530 rows. The full dataset has **33,630 rows** across 4 tables.
|
| 42 |
|
| 43 |
Order records for a simulated food delivery platform operating in a mid-size
|
| 44 |
US city. 120 restaurants, 45 delivery drivers, 8,000 customers, and 30,000
|
|
|
|
| 53 |
forecasting, driver assignment algorithms, and restaurant analytics.
|
| 54 |
|
| 55 |
|
| 56 |
+
## Sample tables
|
| 57 |
+
|
| 58 |
+
| Table | Sample Rows |
|
| 59 |
+
|-------|------------|
|
| 60 |
+
| customers | 500 |
|
| 61 |
+
| drivers | 10 |
|
| 62 |
+
| orders | 2,000 |
|
| 63 |
+
| restaurants | 20 |
|
| 64 |
+
| **Total** | **2,530** |
|
| 65 |
+
|
| 66 |
+
## Full dataset
|
| 67 |
|
| 68 |
+
The complete dataset includes all tables with full row counts:
|
| 69 |
+
|
| 70 |
+
| Table | Full Rows |
|
| 71 |
+
|-------|----------|
|
| 72 |
| customers | 8,000 |
|
| 73 |
| drivers | 45 |
|
| 74 |
| orders | 25,467 |
|
| 75 |
| restaurants | 118 |
|
| 76 |
| **Total** | **33,630** |
|
| 77 |
|
| 78 |
+
**Formats included:** CSV, Parquet, SQLite
|
| 79 |
|
| 80 |
+
**[Get the full dataset on Gumroad](https://mindweavetech.gumroad.com)**
|
|
|
|
|
|
|
| 81 |
|
| 82 |
## About
|
| 83 |
|
| 84 |
+
Generated by [Mindweave Technologies](https://mindweave.tech) -- realistic synthetic datasets for developers, QA teams, and data engineers.
|
| 85 |
+
|
| 86 |
+
Every dataset features:
|
| 87 |
+
- Enforced foreign key relationships across all tables
|
| 88 |
+
- Realistic statistical distributions (not uniform random)
|
| 89 |
+
- Temporal patterns (seasonal, time-of-day, day-of-week)
|
| 90 |
+
- Injected anomalies for ML training and anomaly detection
|
| 91 |
+
- Deterministic generation (same seed = same output)
|
| 92 |
|
| 93 |
+
Browse all datasets: [https://mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
|
data/customers.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/drivers.csv
CHANGED
|
@@ -9,38 +9,3 @@ id,first_name,vehicle_type,rating,total_deliveries,is_active
|
|
| 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
|
|
|
|
| 9 |
8,Ashley,car,4.3,2477,True
|
| 10 |
9,Tyler,bike,4.6,1857,True
|
| 11 |
10,Tyler,car,4.8,2942,True
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data/orders.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/restaurants.csv
CHANGED
|
@@ -19,101 +19,3 @@ id,name,cuisine_type,avg_order_value,rating,is_active,address
|
|
| 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
|
|
|
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|