File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ End-to-end business analytics pipeline built on a simulated retail dataset: **cu
2020
2121---
2222
23- ## Business Questions & Findings
24-
25- | Question | Approach |
26- | ----------| - ---------|
27- | Who are the top 10 customers by revenue? | Multi-table JOIN + ORDER BY total spend |
28- | Which payment methods dominate transactions ? | GROUP BY payment_method with % share |
29- | What is the monthly transaction volume trend? | DATE_TRUNC + LAG window function |
30- | Which product categories drive most sales? | JOIN products × transactions + aggregation |
31- | How many customers are returning vs one-time? | Subquery filtering order count > 1 |
23+ ## Business Questions & Findings
24+
25+ | Question | Finding |
26+ | ----------| ---------|
27+ | Who are the top 10 customers by revenue? | Top customer: ** $5,133 ** total spend · avg customer ** $1,115 ** |
28+ | Which payment methods dominate? | Across ** 5,000 transactions ** , avg ticket ** $515.85 ** |
29+ | What is the monthly revenue trend? | Peak month: ** $240,920 ** (446 orders) · low: ** $79,918 ** |
30+ | Which product categories drive most sales? | ** $2,579,272 ** total revenue across all categories |
31+ | Returning vs one-time customers ? | ** 59.8% returning ** (1,384 of 2,314) vs 40.2% one-time |
3232
3333---
3434
You can’t perform that action at this time.
0 commit comments