Food Delivery Time
Predict the time taken to deliver food from restaurant to your location.
@kaggle.rajatkumar30_food_delivery_time
Predict the time taken to deliver food from restaurant to your location.
@kaggle.rajatkumar30_food_delivery_time
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
);
Anyone who has the link will be able to view this.