SQL · BigQuery

eCommerce User Behavior Exploration

⚙️ Tool

BigQuery + Google Analytics sample dataset.

🛠️ Approach

1️⃣ I turned the analysis into 8 focused SQL questions so each query answers one business point.
2️⃣ I combined CTEs and UNNEST to cleanly work with nested hits/product data.
3️⃣ I read the journey in order: traffic quality first, then revenue trends, then funnel conversion.

💡 Insight

1️⃣ March showed the strongest transaction momentum, signaling healthier purchase intent.
2️⃣ Google drove volume, but channel quality varied a lot once bounce and conversion were checked.
3️⃣ Direct traffic and deeper pageviews were closely tied to stronger revenue outcomes.

Python · Pandas

Retailer RFM Segmentation

⚙️ Tool

Python (Pandas, NumPy, Seaborn, Matplotlib, Squarify).

🛠️ Approach

1️⃣ I cleaned and standardized raw orders first so the segment logic runs on trustworthy data.
2️⃣ I scored Recency, Frequency, and Monetary with quantile ranks, then mapped customers to clear segment labels.
3️⃣ I summarized each segment with behavior + revenue views to make campaign planning practical.

💡 Insight

1️⃣ Customer value is uneven, so sending one generic campaign to everyone wastes budget.
2️⃣ Potential Loyalists are the best growth lever, while At-Risk groups need timely win-back actions.
3️⃣ Recency and Frequency are usually the fastest levers for retention impact.

Power BI · DAX

Purchasing Department Performance

⚙️ Tool

Power BI + DAX + Power Query.

🛠️ Approach

1️⃣ I used design thinking first to pin down user pain points and decision moments.
2️⃣ I built a KPI-first structure with an executive overview and vendor drill-down flow.
3️⃣ I modeled relationships and DAX measures to make comparisons fast and reliable in monthly reviews.

💡 Insight

1️⃣ Vendor performance is uneven, so procurement decisions need segmented actions, not blanket rules.
2️⃣ A KPI-first dashboard helps managers spot delivery and cost issues much earlier.
3️⃣ Drill-down views make negotiation priorities clearer and easier to defend.

Toolkit

  • Excel
  • SQL
  • Power BI
  • Python