Minor Project
Minor Project
R
Analysis
ubmitted by:Rakshana M
S
Program:Data Analytics
Date:Today’s Date
I ntroduction
This report analyzes sales performance across regions for FY 2024-2025, using a dataset of
10,000 transaction records. The analysis reveals key insights, including a 23%overallsales
performance increase, the Western region leading with 31% growth, and the premium
customersegmentshowingthehighestretentionat92%.Thereportexploresdatasetoptions
andtable matricesto organize and analyze this dataeffectively.
Section 3:
5.Implementation Timeline
6.RECOMMENDATION
Explanation of Code
1. D ataset Creation: A sample sales dataset is createdusing a Python dictionary and
converted into a Pandas DataFrame.
2. Table Matrix (Pivot Table): A pivot table is createdto summarize sales by region and
product.
3. Visualizations:
○ Monthly Sales Trend: A line chart showing total salesover time.
○ Sales by Region: A bar chart showing total sales foreach region.
○ Sales by Product: A bar chart showing total salesfor each product.
Conclusion
atasets and table matrices are essential tools for analyzing sales performance. By organizing
D
data into a structured format and using tools like pivot tables and visualizations, businesses can
gain valuable insights into their sales trends and make data-driven decisions.
References
1. Pandas Documentation. (n.d.). Retrieved fromhttps://pandas.pydata.org
2. Matplotlib Documentation. (n.d.). Retrieved fromhttps://matplotlib.org
3. Seaborn Documentation. (n.d.). Retrieved fromhttps://seaborn.pydata.org