Detailed report can be read in Coffee Sales Project Report
which has been attached in this repository itself.
This project focuses on analyzing coffee sales data using Microsoft Excel to extract insights and make data-driven recommendations. The data was cleaned, transformed, and visualized, culminating in a comprehensive dashboard.
-
Data Extraction & Loading:
- Imported data into Excel using Power Query for inspection, cleaning, and transformation.
-
Feature Engineering:
- Extracted coffee sizes (Large, Regular, Small) from the
Product Detail
column and created a newSize
column. - Cleaned the
Product Detail
column by removing size information and extra spaces.
- Extracted coffee sizes (Large, Regular, Small) from the
-
New Calculated Fields:
- Created a
Total Bill
column using the formulatransaction_qty * unit_price
, formatted as currency.
- Created a
-
Date and Time Adjustments:
- Extracted only the time from the
transaction_time
column to remove redundant date information. - Added
Month Name
,Day Name
, andHour
columns for further analysis.
- Extracted only the time from the
-
Created Pivot Tables to uncover key insights:
- 📅 Hour of Day vs Transaction Quantity (Sum)
- 📊 Day of Week vs Total Bill (Sum)
- 🍵 Product Category vs Total Bill (Sum)
- 📆 Month vs Total Bill (Sum)
- 🛍️ Product Detail vs Total Bill (Sum)
- ☕ Product Type vs Total Bill (Sum)
- 🏢 Store Location vs Total Bill & Total Orders (Distinct count of transaction_id)
- 🥤 Size vs # of Orders (Distinct transaction IDs)
- 📈 Day of Week vs # of Orders
-
Developed visualizations and combined charts for an optimized dashboard view with interactive features like slicers and KPIs.
- 📈 Sales Trends: Revenue doubled from $81.7K to $166.5K, showing a positive growth trend.
- 🕒 Peak Hours: Sales peak from 6 AM to 10 AM and stabilize between 12 PM to 5 PM.
- 📅 Increasing Sales: Revenue and orders increased over the weeks.
- 🥐 Popular Products: Coffee, Tea, and Bakery items drive the most revenue.
- 📏 Size Preferences: Large and Regular sizes are the most popular; Small is the least favored.
- Lower Manhattan: Peaks at 7 AM and 10 AM but declines significantly after 4 PM.
- Astoria: Peaks at 10 AM, remains stable throughout the day, and operates on shorter hours.
- Hell’s Kitchen: Shows peaks at 8 AM and 10 AM; stabilizes after noon.
- Expand Morning Rush Capacity: Add more staff or self-service kiosks during peak morning hours.
- Promote Afternoon Specials: Introduce discounts or combos to boost afternoon sales.
- Optimize Astoria’s Hours: Open earlier and close later to capture more traffic.
- Address Lower Manhattan’s Evening Decline: Investigate reasons for the 7 PM drop and implement corrective actions.
- Introduce Seasonal Drinks: Offer limited-time variations of popular products to attract repeat customers.
- Enhance Afternoon Engagement: Use loyalty rewards or sampling events to drive traffic in the slower afternoon hours.
This project demonstrates how data analysis can optimize coffee shop operations, highlight peak performance times, and suggest targeted improvements for each location.
This project is licensed under the MIT License - see the LICENSE file for details.