The Food Delivery Cost and Profitability Analysis project aims to understand and optimize the financial dynamics of a food delivery operation. By examining various costs associated with delivering food orders and juxtaposing these costs against the revenue generated, the project provides insights into the profitability of the service on a per-order basis. The goal is to identify areas where the service can reduce costs, increase revenue, and implement pricing or commission strategies that enhance profitability.
This project involves the following steps:
- Gathering comprehensive data related to food delivery operations.
- Cleaning and preparing the dataset.
- Extracting relevant features impacting cost and profitability.
- Breaking down costs and revenue for each order.
- Calculating profit and analyzing profitability.
- Developing strategic recommendations to enhance profitability.
- Simulating the financial impact of proposed changes.
-
Data Preparation:
- Convert date and time columns to datetime format.
- Extract numeric values from the 'Discounts and Offers' column.
- Ensure all monetary values are in a suitable format for calculations.
-
Cost and Profitability Calculation:
- Calculate total costs for each order (delivery fee, payment processing fee, discount amount).
- Calculate revenue from commission fees.
- Determine profit by subtracting total costs from revenue.
-
Visualization:
- Histogram of profits per order.
- Pie chart of total cost proportions.
- Bar chart comparing total revenue, costs, and profit.
- KDE plots comparing actual and simulated profitability.
-
Strategic Recommendations:
- Analyze profitable orders to find a "sweet spot" for commission and discount percentages.
- Simulate profitability with recommended discounts and commissions.
The analysis revealed that the current commission rates, delivery fees, and discount strategies might not be sustainable for profitability. Recommendations include adjusting commission rates closer to 30% and reducing discounts to around 6%. These changes could shift profitability towards a higher proportion of profitable orders.