Analytical Project Using Python BMBA-252
Analytical Project Using Python BMBA-252
You are tasked with analyzing historical sales data and predicting
wants to understand:
future sales. The company
Which factors (e.g.,marketing spend, seasonality, product categories) most impact sales.
How to optimize sales strategies and predict future sales trends.
2. Data Collection:
You will need historical sales data for the company. You can
datasets or createa synthetic dataset to practice. either use publicly available
Example Datasets:
# Correlation heatmap
corr = data.corr ()
sns.heatmap (corr, annot=True, cmap=" coolwarm")
plt.show ()
Correlation Analysis: Identify which factors (e.g., marketing spend, discount, region)
have the highest correlation with sales.
7. Presentation of Findings:
" Dashboard and Visualization: Create an interactive dashboard using libraries Iike
plotly or dash for business stakelholders to interact with the data and models.
Insight Generation:
o ldentity trends (e.g. higher sales in specific nonths, impact of marketing spend).
o Make predictions for future sales.
Recommend actions based on the analysis (e.g., increasing marketing spend in
certain months).
Final Deliverables:
Python Code: All Python code used to analyze the data, preprocess, model, and predict.
Presentation: A business-friendly presentation summarizing key insights and
recommendations.
Jupyter Notebook: Aclean Jupyter notebook documenting all steps, including
explanations of each analysis, visualizations,and model results.
Let me know if you'd like more details onany part of this project!