Dataset Link: link🔗
- Dataset: "delivery_data.csv"
- Columns:
- Order_ID (Unique identifier for each delivery order)
- Date (Date of the delivery)
- Delivery_Status (Status of the delivery - Delivered, In Transit, Failed, etc.)
- Delivery_Time (Time taken for the delivery in minutes)
- Delivery_Cost (Cost of each delivery in INR)
- Customer_Rating (Rating given by the customer for the delivery service)
- Rider_ID (Unique identifier for each delivery rider)
- Clean the dataset and handle any missing or erroneous data.
- Calculate the average delivery time and cost for each month.
- Identify the top-performing delivery riders based on their average delivery time and customer ratings.
- Analyze the correlation between delivery time and customer ratings.
- Create data visualizations to present your findings.