Baselight

Food Delivery Time

Predict the time taken to deliver food from restaurant to your location.

@kaggle.rajatkumar30_food_delivery_time

Loading...
Loading...

About this Dataset

Food Delivery Time

** Please Upvote if you like the dataset **

Food delivery Dataset

Predict the time taken by the delivery person to deliver the food from the restaurant to the delivery location. With the help of age of the delivery person, previous rating and distance between restaurant and delivery location.
Dataset Columns:-

  1. ID
  2. Delivery_person_ID
  3. Delivery_person_Age
  4. Delivery_person_Ratings
  5. Restaurant_latitude
  6. Restaurant_longitude
  7. Delivery_location_latitude
  8. Delivery_location_longitude
  9. Type_of_order
  10. Type_of_vehicle

** If You Like this Dataset Please UPVOTE!!! **

Tables

Deliverytime

@kaggle.rajatkumar30_food_delivery_time.deliverytime
  • 847.64 KB
  • 45593 rows
  • 11 columns
Loading...

CREATE TABLE deliverytime (
  "id" VARCHAR,
  "delivery_person_id" VARCHAR,
  "delivery_person_age" BIGINT,
  "delivery_person_ratings" DOUBLE,
  "restaurant_latitude" DOUBLE,
  "restaurant_longitude" DOUBLE,
  "delivery_location_latitude" DOUBLE,
  "delivery_location_longitude" DOUBLE,
  "type_of_order" VARCHAR,
  "type_of_vehicle" VARCHAR,
  "time_taken_min" BIGINT
);

Share link

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