š ABC Analysis & Segmentation
š Topic
Product segmentation refers to the activity of grouping products that have similar characteristics and serve a similar market. It is usually related to marketing (Sales Categories) or manufacturing (Production Processes).
The objective is to understand the sales volumes distribution (fast/slow movers) and demand variability to optimize your production, storage and delivery operations to ensure the best service level by considering:
- The highest contribution to your total volume: ABC Analysis
- The most unstable demand: Demand Variability
I have designed this Streamlit App to provide a tool to Supply Chain Engineers for Product Segmentation, with a focus on retail products, of their portfolio considering the complexity of the demand and the volume's contribution of each item.
š Understand the Theory
š” Get insights about your sales records
Pareto Analysis
INSIGHTS:
- How many SKUs represent 80% of your total sales?
- How many sales represent 20% of your SKUs?
For more information about the theory behind the pareto law and its application in Supply Chain Management: Pareto Principle for Warehouse Layout Optimization
ABC Analysis with Demand Variability
QUESTIONS: WHAT IS THE PROPORTION OF?
- LOW IMPORTANCE SKUS: C references
- STABLE DEMAND SKUS: A and B SKUs with a coefficient of variation below 1
- HIGH IMPORTANCE SKUS: A and B SKUS with a high coefficient of variation
Your inventory management strategies will be impacted by this split:
- A minimum effort should be put in LOW IMPORTANCE SKUS
- Automated rules with moderate attention for STABLE SKUS
- Complex replenishment rules and careful attention for HIGH IMPORTANCE SKUS
QUESTIONS:
- What is the split of SKUS by FAMILY?
- What is the split of SKUS by ABC class in each FAMILY?
Normality Test
QUESTION:
- Which SKUs have a sales distribution that follows a normal distribution?
Many inventory rules and safety stock formulas can be used only if the sales distribution of your item is following a normal distribution. Therefore, it's better to know the % of your portfolio that can be managed easily.
š Access the Application
You can access the application here: link
Step 0: Why should you use it?
This Streamlit Web Application has been designed for Supply Chain Engineers to support them in their Inventory Management. It will help you to automate product segmentation using statistics.
Step 1: What do you want to do?
You have two ways to use this application:
- š„ļø Look at the results computed by the model using the pre-loaded dataset: in that case you just need to scroll to see the visuals and the analyses OR
- š¾ Upload your dataset of sales records that includes columns related to:
- Item master data For example SKU ID, Category, Sub-Category, Store ID
- Date of the sales: For example Day, Week, Month, Year
- Quantity or value: this measure will be used for the ABC analysis For example units, cartons, pallets or euros/dollars/your local currency
Step 2: Prepare the analysis
1. š¾ Upload your dataset of sales records
š” Please make sure that your dataset format is csv with a file size lower than 200MB. If you want to increase the size, you'd better copy this repository and deploy the app locally following the instructions below.
2. š [Parameters] select the columns for the date (day, week, year) and the values (quantity, $)
š” If you have several columns for the date (day, week, month) and for the values (quantity, amount) you can use only one column per category for each run of calculation.
3. š [Parameters] select all the columns you want to keep in the analysis
š” This step will basically help you to remove the columns that you do not need for your analysis to increase the speed of computation and reduce the usage of ressources.
4. š¬ [Parameters] select all the related to product master data (SKU ID, FAMILIY, CATEGORY, STORE LOCATION)
š” In this step you will show at what granularity you want to do your analysis.
For example, it can be at:
- Item, Store level: that means the same item in two stores will represent two SKU
- Item ID level: that means you group the sales of your item in all stores
5. šļø [Parameters] select one feature you want to use for analysis by family
š” This feature will be used to plot the repartition of (A, B, C) products by family
6. š±ļø Click on Start Calculation? to launch the analysis
š” This feature will be used to plot the repartition of (A, B, C) product by family