Foodpanda Order & Delivery Trends
A dataset for exploring customer behavior in food delivery
@kaggle.ayeshaimran123_foodpanda_order_and_delivery_trends
A dataset for exploring customer behavior in food delivery
@kaggle.ayeshaimran123_foodpanda_order_and_delivery_trends
This dataset includes comprehnsive information about Foodpanda orders, such as customer details, order status, delivery times, restaurant preferences, ratings, and payment methods. It is asist in the analysis of customer behavior, delivery eficiency, and general trend in online food delivery.
Customer information, order details, delivery schedules, restaurant rattings, payment options, and customer reviews are all included in this dataset. It offers an organized view of Foodpanda orders, which is helpful for analyzing delivery paterns, customer behaviour, and service quality.
Online food delivery has become a part of modern lifestyles, with platforms like Foodpanda . This dataset helps explore how custumors order, how restaurants perform, and how delivery trends shape the experience.
This dataset was created with analycis and teaching in mind. Foodpanda and asociated meal delivery data sources are given full credit. Its goal is to faciltate research, learning, and data analysis.
The dataset is base on Foodpanda order records, including customer, restaurant, and delivery detals. It has been compiled and organized for analysis, research, and learning purposes.
CREATE TABLE foodpanda_analysis_dataset (
"customer_id" VARCHAR,
"gender" VARCHAR,
"age" VARCHAR,
"city" VARCHAR,
"signup_date" TIMESTAMP,
"order_id" VARCHAR,
"order_date" TIMESTAMP,
"restaurant_name" VARCHAR,
"dish_name" VARCHAR,
"category" VARCHAR,
"quantity" BIGINT,
"price" DOUBLE,
"payment_method" VARCHAR,
"order_frequency" BIGINT,
"last_order_date" TIMESTAMP,
"loyalty_points" BIGINT,
"churned" VARCHAR,
"rating" BIGINT,
"rating_date" TIMESTAMP,
"delivery_status" VARCHAR
);
Anyone who has the link will be able to view this.