0% found this document useful (0 votes)
38 views3 pages

Retail Sales Analytics Project

The document outlines a Retail Sales Analytics Project, detailing steps for data exploration, cleaning, analysis, and visualization using SQL, Python, and Tableau. Key business goals include analyzing store performance, identifying trends, and providing actionable insights for revenue improvement and inventory management. Deliverables include SQL scripts, a Jupyter Notebook for analysis, a Tableau dashboard, and a final report summarizing insights and recommendations.

Uploaded by

tgv070322
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views3 pages

Retail Sales Analytics Project

The document outlines a Retail Sales Analytics Project, detailing steps for data exploration, cleaning, analysis, and visualization using SQL, Python, and Tableau. Key business goals include analyzing store performance, identifying trends, and providing actionable insights for revenue improvement and inventory management. Deliverables include SQL scripts, a Jupyter Notebook for analysis, a Tableau dashboard, and a final report summarizing insights and recommendations.

Uploaded by

tgv070322
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

NIKHIL ANALYTICS

Retail Sales Analytics Project Guide


Project Instructions

1. Load and explore the dataset to understand customer, product, sales, and
store details.
2. Use SQL to extract insights such as top-performing products, store revenue,
and repeat customers.
3. Clean and prepare the data in Python, create new variables (e.g., month, age
group), and handle missing values.
4. Perform EDA in Python using charts to understand sales trends, customer
demographics, and product performance.
5. (Optional) Build a basic predictive model to forecast sales using regression.
6. Use Tableau to create dashboards visualizing KPIs like sales by store,
product category trends, and customer insights.
7. Summarize your insights and recommendations in a short report or
PowerPoint presentation.
8. Submit your SQL code, Python notebook, Tableau dashboard, and final
report.

Scenario:

You are working as a Data Analyst for a retail chain that sells a variety of products
across multiple cities through different store types (Mall, Standalone, Online). The
company has observed varying performance in sales, customer engagement, and
inventory turnover across regions.

Your business goals are:

• Analyze which stores and cities are generating the most revenue.
• Identify seasonal or monthly trends in sales.
• Determine which product categories are most popular.
• Find underperforming products with high inventory but low sales.
• Analyze customer demographics contributing most to revenue.
• Identify top customers and repeat buyers.
• Compare store type performance (Mall vs Online vs Standalone).
• Recommend city expansions or store shutdowns based on performance.
• Identify overstocked items that aren’t selling well.
• Propose pricing or promotional strategies to improve sales.
• Deliver actionable insights to improve revenue and inventory management.

CALL|WHATSAPP: +91-9945339324/+91-9741267715 Visit: www.nikhilanalytics.com


Page 1|3
NIKHIL ANALYTICS
1. Business Understanding & Data Familiarization
• What is the business goal for analyzing this data?
• What are the key performance indicators (KPIs) for sales and inventory?

2. SQL: Data Exploration


• What is the total number of sales transactions?
• What is the average order value by store type?
• Which store has generated the highest revenue?
• Which product category has the highest sales volume?

3. Data Cleaning & Transformation


• Are there any missing values in the data? How would you handle them?
• Are all the dates in consistent formats?
• Can you derive additional useful columns (e.g., month, weekday)?

4. Python EDA
• What is the trend of monthly sales across all stores?
• Which age group spends the most money?
• What is the gender distribution of customers?
• What is the correlation between price and quantity purchased?

5. Advanced SQL
• Which products are the top 5 best sellers by quantity and revenue?
• What is the monthly revenue trend for each store?
• How many repeat customers does the business have?
• Use a window function to rank products by total revenue within each category.

6. Python Predictive Analysis (Optional)


• Can you predict sales for the next month using a regression model?
• What are the top 3 features that influence total sales value?
• How accurate is your predictive model?

7. Tableau Visualization
• Create a dashboard showing sales by city and store type.

CALL|WHATSAPP: +91-9945339324/+91-9741267715 Visit: www.nikhilanalytics.com


Page 2|3
NIKHIL ANALYTICS
• Build a product category sales breakdown.
• Visualize customer segmentation by age and gender.
• Track inventory levels vs. sales trends over time.

8. Final Report
• What are the top actionable insights from your analysis?
• Which products or regions should the business focus on?
• What improvements can be made in customer retention or inventory planning?

Deliverables:
• SQL scripts for cleaning and querying

• Jupyter Notebook/Spyder Program for EDA and modeling

• Tableau workbook (.twbx)

• Final presentation (PPT/PDF)

• ReadMe/documentation for reproducibility

HAPPY LEARNING

CALL|WHATSAPP: +91-9945339324/+91-9741267715 Visit: www.nikhilanalytics.com


Page 3|3

You might also like