Baselight

DoorDash ETA Prediction

Food not being delivered not time, make your own model to better the prediction

@kaggle.dharun4772_doordash_eta_prediction

Historical Data
@kaggle.dharun4772_doordash_eta_prediction.historical_data

  • 5.71 MB
  • 197428 rows
  • 16 columns
market_id

Market Id

created_at

Created At

actual_delivery_time

Actual Delivery Time

store_id

Store Id

store_primary_category

Store Primary Category

order_protocol

Order Protocol

total_items

Total Items

subtotal

Subtotal

num_distinct_items

Num Distinct Items

min_item_price

Min Item Price

max_item_price

Max Item Price

total_onshift_dashers

Total Onshift Dashers

total_busy_dashers

Total Busy Dashers

total_outstanding_orders

Total Outstanding Orders

estimated_order_place_duration

Estimated Order Place Duration

estimated_store_to_consumer_driving_duration

Estimated Store To Consumer Driving Duration

1Fri Feb 06 2015 22:24:17 GMT+0000 (Coordinated Universal Time)Fri Feb 06 2015 23:27:16 GMT+0000 (Coordinated Universal Time)1845american14344145571239331421446861
2Tue Feb 10 2015 21:49:25 GMT+0000 (Coordinated Universal Time)Tue Feb 10 2015 22:56:29 GMT+0000 (Coordinated Universal Time)5477mexican211900114001400122446690
3Thu Jan 22 2015 20:39:28 GMT+0000 (Coordinated Universal Time)Thu Jan 22 2015 21:09:09 GMT+0000 (Coordinated Universal Time)5477nan1119001190019001446690
3Tue Feb 03 2015 21:21:45 GMT+0000 (Coordinated Universal Time)Tue Feb 03 2015 22:13:00 GMT+0000 (Coordinated Universal Time)5477nan16690056001800112446289
3Sun Feb 15 2015 02:40:36 GMT+0000 (Coordinated Universal Time)Sun Feb 15 2015 03:20:26 GMT+0000 (Coordinated Universal Time)5477nan133900311001600669446650
3Wed Jan 28 2015 20:30:38 GMT+0000 (Coordinated Universal Time)Wed Jan 28 2015 21:08:58 GMT+0000 (Coordinated Universal Time)5477nan135000315001900222446338
3Sat Jan 31 2015 02:16:36 GMT+0000 (Coordinated Universal Time)Sat Jan 31 2015 02:43:00 GMT+0000 (Coordinated Universal Time)5477nan1239002120027001099446638
3Thu Feb 12 2015 03:03:35 GMT+0000 (Coordinated Universal Time)Thu Feb 12 2015 03:36:20 GMT+0000 (Coordinated Universal Time)5477nan14485047501800787446626
2Mon Feb 16 2015 00:11:35 GMT+0000 (Coordinated Universal Time)Mon Feb 16 2015 00:38:01 GMT+0000 (Coordinated Universal Time)5477indian344771382016048618446289
3Wed Feb 18 2015 01:15:45 GMT+0000 (Coordinated Universal Time)Wed Feb 18 2015 02:08:57 GMT+0000 (Coordinated Universal Time)5477nan12210027001200222446715

CREATE TABLE historical_data (
  "market_id" DOUBLE,
  "created_at" TIMESTAMP,
  "actual_delivery_time" TIMESTAMP,
  "store_id" BIGINT,
  "store_primary_category" VARCHAR,
  "order_protocol" DOUBLE,
  "total_items" BIGINT,
  "subtotal" BIGINT,
  "num_distinct_items" BIGINT,
  "min_item_price" BIGINT,
  "max_item_price" BIGINT,
  "total_onshift_dashers" DOUBLE,
  "total_busy_dashers" DOUBLE,
  "total_outstanding_orders" DOUBLE,
  "estimated_order_place_duration" BIGINT,
  "estimated_store_to_consumer_driving_duration" DOUBLE
);

Share link

Anyone who has the link will be able to view this.