This project analyzes real-world order data from Qudyan Delivery using SQL and Python.
The goal of this project is to explore order trends, revenue patterns, and delivery performance.
- Orders dataset: 1,152 rows
- Customers dataset: 1,968 rows (anonymized for portfolio use)
The project uses two datasets derived from Qudyan Delivery operations.
Contains information about delivery orders including:
- order_id
- order_amount
- payment_status
- order_status
- payment_method
- created_at
- delivery_date
- delivery_time
Contains anonymized customer information used for analysis:
- customer_id
- first_name
- last_name
From the analysis we can identify:
- Total number of orders
- Average order value
- Distribution of order status (delivered vs cancelled)
- Payment behavior of customers
- Daily order trends
These insights help understand operational performance and customer behavior in the delivery platform.
- How many orders were placed?
- What is the average order value?
- What percentage of orders were delivered or canceled?
- How does payment status vary across orders?
- What trends can be observed over time?
- SQL
- Python
- Pandas
- Matplotlib
qudyan_orders_portfolio.csvqudyan_customers_portfolio.csvqudyan_sql_queries.sqlqudyan_analysis.pyinsights.md
