Redacted MidTerm
Redacted MidTerm
Submitted by:
ANHAT SINGH
21 F 2000381
May 9, 2023
Contents
1 Executive Summary 2
List of Figures
1 Descriptive Stats of Amount . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2 Share of individual company in the Bill of Sales . . . . . . . . . . . . . . . . . . . . 4
3 Number of units sold of each SKU in FY 2020-2022 . . . . . . . . . . . . . . . . . 6
4 Python Code to find correlation between festivals and sales . . . . . . . . . . . . . . 7
5 Correlation Heatmap between Festivals and Sales . . . . . . . . . . . . . . . . . . . 8
6 Trend line between Festivals and Sales . . . . . . . . . . . . . . . . . . . . . . . . . 9
7 Monthly Number of SKUs sold for the Top 5 SKUs . . . . . . . . . . . . . . . . . . 9
List of Tables
1 Documents to show the originality of the data . . . . . . . . . . . . . . . . . . . . . 2
2 Description of columns in the dataset . . . . . . . . . . . . . . . . . . . . . . . . . . 3
3 Various SKUs offered by the company . . . . . . . . . . . . . . . . . . . . . . . . . 5
Optimizing Procurement of Goods for a Food-based FMCG Company
1 Executive Summary
The document at hand presents a comprehensive analysis of a dataset, encompassing proof of origi-
nality, descriptive statistics, analytical methodology and findings. The dataset comprises
information on sales and purchases for two consecutive financial years, from April 2020 to March
2022. The data was collected from Bills of Sales and Purchases, and a total of 1014 Bills of Sales
and 392 Bills of Purchases were obtained.
The descriptive statistics reveal insights into the dataset, including the top ten companies that
procure goods from the and the distribution of companies that purchase the products. The
analytical process involved correlation analysis using Pandas and monthly analysis performed using
MS Excel to investigate whether there is a positive correlation between festivals, seasons and sales.
The results and findings of the analysis indicate a significant positive correlation between seasons
and sales and no correlation between festivals and sales. Consequently, it is essential to ensure that
there is an adequate inventory of units available to meet the anticipated demand during the various
seasons. Proper inventory management and forecasting can help optimize sales and profits while
preventing stockouts or overstocks during peak demand periods.
Overall, the document provides valuable insights into the dataset, enabling businesses to make in-
formed decisions regarding inventory management and sales optimization during various seasons.
Page 2 of 9
Optimizing Procurement of Goods for a Food-based FMCG Company
As per the problem statement, Date, Amount, and Top SKUs data is important to see a seasonal
trend.
Page 3 of 9
Optimizing Procurement of Goods for a Food-based FMCG Company
Based on the order value, the goods procured need to be adjusted, so the distribution of top organi-
zations due to which Sales happen is important. The Figure 2 provided lists the Top 10
organizations that purchases goods from
Page 4 of 9
Optimizing Procurement of Goods for a Food-based FMCG Company
Key Points
48% of the sales were generated from orders by
An average order is of Rs. 18,584. So, at least twice of this much capital should always be kept to maintain a
Key Points
The company offers 24 different SKUs (refer ). Many SKUs were introduced in various years from 2018 to 2022
The older the SKU, the more popular it is.
Upon discussions with the company representative, since almost all of the SKUs have different raw materials, op
Page 5 of 9
Optimizing Procurement of Goods for a Food-based FMCG Company
As per the original hypothesis, the procurement of goods and thus the sales may be affected by
festivals and various seasons in the year. If the hypothesis is true, a preliminary inventory can be
made based on Festival dates and the seasons.
1. SKU Pareto Analysis- Identifying the key SKUs that account for 85-95% of the total sales.
3. Seasons vs Sales Correlation Analysis- Using MS Excel to check if Seasons and Quantity of
SKUs sold have a correlation.
So, the goal was to identify Top SKUs that could account for 85-95% of the sales. The inventory
shall be made to include only these SKUs. Data was already available in the form of Units Sold in
FY 2020-2022 in the SKUs dataset. A pivot table including the SKUs and the Units sold was
created. The Pareto trend line was analyzed to find the SKUs that cover the required number of
sales.
Page 6 of 9
Optimizing Procurement of Goods for a Food-based FMCG Company
• Step 1: A list of all the festivals in India in the FY 2020-2022 was created. Online sources
were used for this purpose.
• Step 2: The data was in the form of individual bills with many repeating dates, so a pivot
table in MS Excel was created to get individual dates.
• Step 3: A list of all the dates beginning from April 2020 to March 2022 was created in MS
Excel.
• Step 4: Using VLOOKUP of MS Excel, if there existed a Sale on the corresponding date, ”1”
was appended to the cell, else ”0” was appended. Same was done for every festival. The data
was grouped based on dates. Three different datasets were created - Daily, Fortnightly and
Monthly.
• Step 5: The data created above was saved in the CSV format to perform further analysis.
• Step 6: A correlation analysis was done using Pandas Python Library among the features whose
code is shown in Figure 4.
• Step 7: Using MS Excel, a pivot table was created that grouped the data into months and plotted
the trend line of Total Amount and Frequency of Festival each month as shown in Figure 6.
Reasoning
To determine whether a sale occurs during a festival season, it is only necessary to ascertain
whether a sale was made on a specific day and not the actual amount of the sale. Correlation
analysis using Pandas Library can indicate whether any significant orders were placed on the day of
the festival. Additionally, monthly analysis performed using MS Excel can identify whether any
significant orders were placed during the same month as the festival. In the event of a positive
correlation between festivals and sales, it is advisable to ensure that the inventory has a higher
number of units available to meet the anticipated demand during the festival season. This helps to
ensure that orders can be fulfilled promptly, and customers can receive their orders within a
reasonable time frame.
Page 7 of 9
Optimizing Procurement of Goods for a Food-based FMCG Company
• Step 1: The data was in the form of individual bills containing SKUs with many repeating
dates, so a pivot table in MS Excel was created to get unique dates.
• Step 2: The data was grouped into months, and a Line chart was plotted for Months vs
Quantity of SKUs Sold.
Reasoning
Since the seasons last for 3-4 months, a monthly analysis would be sufficient to find a seasonal
trend. In this analysis, the actual number of SKU units sold is important as it will also capture the
volume of the order placed in a particular season.
1. SKU6 -
2. SKU12 -
3. SKU2 -
4. SKU10 -
5. SKU17 -
Upon further discussions with the business representative, this result was not considered surprising,
since these 5 SKUs were the oldest ones introduced by the company. Therefore only these SKUs
should be kept in the inventory.
Page 8 of 9
Optimizing Procurement of Goods for a Food-based FMCG Company
The seasonal trends can be used to make a predictive model using machine learning that will predict
the number of units of SKUs to keep in the inventory. This can be used as an effective inventory
management model. As stated earlier, the company wants to optimize the procurement process by
effective inventory management. If the number of SKUs required by the company are known on a
particular date because of effective inventory management, then the gap between procurement of
the raw material and delivery of end products may be optimally reduced, thereby solving our
original problem of Optimizing the Procurement of goods for a Food Based FMCG company.
Page 9 of 9