Food Delivery Cost And Profitability
Perfect for Data Analysis. There is a room to build ML as well.
@kaggle.romanniki_food_delivery_cost_and_profitability
Perfect for Data Analysis. There is a room to build ML as well.
@kaggle.romanniki_food_delivery_cost_and_profitability
A food delivery service is facing challenges in achieving profitability across its operations. With a dataset of 1,000 food orders, the service seeks to understand the dynamics of its cost structure and profitability to identify strategic opportunities for improvement.
The dataset contains comprehensive details on food orders, including Order ID, Customer ID, Restaurant ID, Order and Delivery Date and Time, Order Value, Delivery Fee, Payment Method, Discounts and Offers, Commission Fee, Payment Processing Fee, and Refunds/Chargebacks. This data provides a foundation for analyzing the cost structure and profitability of the food delivery service.
Your task is to conduct:
CREATE TABLE food_orders_new_delhi_1 (
"order_id" BIGINT,
"customer_id" VARCHAR,
"restaurant_id" VARCHAR,
"order_date_and_time" TIMESTAMP,
"delivery_date_and_time" TIMESTAMP,
"order_value" BIGINT,
"delivery_fee" BIGINT,
"payment_method" VARCHAR,
"discounts_and_offers" VARCHAR,
"commission_fee" BIGINT,
"payment_processing_fee" BIGINT,
"refunds_chargebacks" BIGINT
);Anyone who has the link will be able to view this.