Swiggy/Zomato Order Information
Info about the status of riders and timings of orders on Swiggy and Zomato App.
@kaggle.cbhavik_swiggyzomato_order_information
Info about the status of riders and timings of orders on Swiggy and Zomato App.
@kaggle.cbhavik_swiggyzomato_order_information
CREATE TABLE rider_info (
"order_time" TIMESTAMP,
"order_id" BIGINT,
"order_date" TIMESTAMP,
"allot_time" TIMESTAMP,
"accept_time" TIMESTAMP,
"pickup_time" TIMESTAMP,
"delivered_time" TIMESTAMP,
"rider_id" BIGINT,
"first_mile_distance" DOUBLE,
"last_mile_distance" DOUBLE,
"alloted_orders" DOUBLE,
"delivered_orders" DOUBLE,
"cancelled" BIGINT,
"undelivered_orders" DOUBLE,
"lifetime_order_count" DOUBLE,
"reassignment_method" VARCHAR,
"reassignment_reason" VARCHAR,
"reassigned_order" DOUBLE,
"session_time" DOUBLE,
"cancelled_time" TIMESTAMP
);
Anyone who has the link will be able to view this.