Project conducted: May 2025 (was not uploaded at the time)
Uncovering actionable business insights from tea product sales data through exploratory data analysis and visualization.
This project focuses on analyzing sales data from a Vietnamese tea business. The dataset includes detailed transaction records covering order times, customer segments, product categories, quantities sold, and revenue generated.
Project Objective:
To derive key insights about customer behavior, product performance, and revenue trends to support strategic decision-making for marketing, inventory, and sales optimization.
The dataset was provided internally by the tea business for analysis. It contains pre-cleaned transactional data, ready for direct exploratory data analysis.
Thời gian tạo đơn
: Order creation timestampMã đơn hàng
: Order IDMã khách hàng
: Customer IDTên khách hàng
: Customer nameMã PKKH
: Customer segment codeMô tả Phân Khúc Khách hàng
: Customer segment descriptionMã nhóm hàng
: Product category codeTên nhóm hàng
: Product category nameMã mặt hàng
: Product IDTên mặt hàng
: Product nameSL
: Quantity soldĐơn giá
: Unit priceThành tiền
: Total revenue per line item
- Language: Python
- Libraries: pandas, numpy, matplotlib, seaborn
- Tools: Tableau
- Notebook: Jupyter Notebook (.ipynb)
-
Data Understanding:
- Loaded dataset and reviewed column meanings, data types, and business context.
-
Exploratory Data Analysis (EDA):
- Analyzed total sales by product category and individual product.
- Identified top-selling products and highest revenue contributors.
- Evaluated sales distribution across customer segments.
- Explored order frequency and customer purchase patterns.
-
Insight Generation:
- Generated actionable business insights (e.g., key customer groups, best-selling items, seasonal trends).
- Suggested strategic recommendations to increase sales and optimize product offerings.
- Compiled actionable recommendations in the
code_insights_decisions.ipynb
-
Visualization:
- Created bar plots, pie charts, and trend lines to visualize key metrics and support storytelling.
- You can refer to this link Tableau Public Dashboard or
tea_sales_dashboard.twbx
.
- Certain customer segments (e.g. office workers aged 36–45) contribute significantly to high-value orders.
- Bột cần tây (celery powder) is a consistently top-selling product, indicating strong demand in detox and health-focused customer groups.
- Combo sets (e.g. trà hoa cúc trắng set) are popular purchases, suggesting potential for bundling promotions.
- Sales volume is dominated by core SKUs, implying inventory planning should prioritize these items for stock availability.
- For full insight breakdowns and strategic recommendations, please refer to the
code_insights_decisions.ipynb
included in this repository.
- Practiced exploratory data analysis techniques on real business datasets.
- Developed data storytelling skills to communicate insights effectively.
- Strengthened ability to translate raw sales data into strategic business decisions.
- Dataset:
data_tea_sales.csv
- Analysis Notebook:
code_insights_decisions.ipynb
For full insights, visualizations, and recommendations, please refer to the Jupyter Notebook included in this repository.