0% found this document useful (0 votes)
36 views8 pages

E-Commerce Analytics for StellarMart

The document outlines two projects focused on data analysis for StellarMart, a retail chain, and AeroMax Airways, an airline. For StellarMart, the goal is to analyze sales data to identify trends, performance by category and region, and create visualizations for strategic insights. AeroMax Airways requires analysis of flight delays, customer satisfaction, and financial performance to improve operations and profitability.

Uploaded by

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

E-Commerce Analytics for StellarMart

The document outlines two projects focused on data analysis for StellarMart, a retail chain, and AeroMax Airways, an airline. For StellarMart, the goal is to analyze sales data to identify trends, performance by category and region, and create visualizations for strategic insights. AeroMax Airways requires analysis of flight delays, customer satisfaction, and financial performance to improve operations and profitability.

Uploaded by

stevensaleh103
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Project 4 - E-Commerce Analytics using Excel

Submission Type:File Upload

Description

Problem Statement

You are tasked with analyzing StellarMart's business data to provide actionable insights for strategic
growth. StellarMart is a mid-sized retail chain specializing in Electronics, Clothing, Home Appliances,
Books, and Groceries. Faced with growing competition and shifting customer preferences, the company
aims to leverage data-driven insights to optimize operations and boost profitability. As a data analytics
consultant, your role is to transform two years of raw sales, customer, and product data into meaningful
insights.

Business Problem
StellarMart has been experiencing challenges in several areas:

1. Sales Decline in Certain Product Categories: While some categories perform exceptionally well,
others show stagnation or decline. Management wants to know which categories and products
are thriving and which require strategic intervention.

2. Seasonal Trends: StellarMart suspects sales trends fluctuate significantly by season or time of
year but lacks clear visibility into these patterns.

3. Regional Performance: Different regions contribute unequally to overall revenue, and


StellarMart wants to prioritize investment in high-performing areas while addressing
underperformance

Your Role
As part of this project, your role is to analyze StellarMart’s data and address the following objectives:

1. Identify sales trends over time, including monthly and seasonal fluctuations.

2. Compare sales performance across product categories and pinpoint underperforming ones.

3. Analyze sales contributions category wise from each region


4. Create dynamic visualizations to showcase key insights (e.g., sales trends, customer
segmentation, and regional performance).

Dataset

 You can find the dataset here: StellarMart_Raw_Dataset_final.xlsx

Approach

 You will work on this project in your MS Excel application / online excel instance

 For step-by-step guidance on solving the problem, refer to the approach document: here

Submission Guidelines & Model Solution

Once you've completed the project:

1. Save the updated excel file: Ensure your data, analysis, and visualisations are included in
the excel file.

2. Upload the file for submission: Submit the completed .xlsx file

3. Refer to the model solution: Here

To solve the problem statement, follow the steps mentioned below:

1. Data Cleaning

 Remove Duplicate Rows

 Select the dataset.

 Use the "Remove Duplicates" option under the Data tab, ensuring all columns are
checked.

 Handle Missing Values

 Identify missing values in key columns like "Category," "Region," and "Product Name."
 Replace missing values with defaults or remove rows with critical missing data.

 Correct Inconsistent Text Formatting

 Standardize text using formulas (e.g., REPLACE function).

 Fix inconsistencies like lowercase or typos.

 Fix Typos in Product Names

 Use string functions like REPLACE/TRIM to clean suffixes or fix variations.

 Ensure Data Consistency

 Verify product-to-category assignments using VLOOKUP or manual corrections.

2. Data Preprocessing

 Add Time-Based Columns

 Extract "Month-Year" using: =TEXT(Date, "mmm yyyy").

 Add "Quarter-Year" using: ="Q"&ROUNDUP(MONTH(Date)/3,0)&" "&TEXT(Date,"YY").

3. Sales Analysis

 Analyze Sales by Category and Region

 Use a PivotTable:

 Rows: Category, Region.

 Values: Total Sales (Sum), Sale Price (Average), Quantity Sold (Sum).

 Compare Sales Performance

 Highlight sales trends and prioritize high- or low-performing areas.

 Sort PivotTables by "Total Sales" for actionable insights.

4. Data Visualization

 Create Charts
 Stacked bar/column chart: Sales by Category and Region.

 Pie chart: Customer Segmentation.

 Horizontal bar chart: Top Products.

Project 5: Aviation Sector

Submission Type:File Upload

Description

Problem Statement

AeroMax Airways is a mid-sized international airline operating in several regions worldwide. Over the
past few years, the aviation industry has become increasingly competitive, and AeroMax Airways has
been facing challenges in maintaining its market share and profitability. Despite having a strong
operational network, the airline has been struggling with key issues that impact both customer
experience and financial performance.

Business Problem

AeroMax Airways has been experiencing challenges in several areas:

1. Flight Delays: An increasing number of flights are delayed, causing customer dissatisfaction and
negatively affecting the airline's reputation.
2. Customer Complaints: Passengers frequently report dissatisfaction with onboard services, ticket
pricing, and in-flight experiences.

3. Profit Margins: Rising operational costs, particularly fuel expenses, have squeezed profit
margins. Existing pricing strategies are not yielding optimal results.

The company has collected extensive data on its operations, customer demographics, flight schedules,
and financial metrics. However, this data is uncleaned, inconsistent, and requires significant
preprocessing to derive actionable insights.

Your Role

As part of this project, your role is to analyze AeroMax Airways' data and address the following
objectives:

1. Identify patterns and trends in flight delays and recommend ways to improve punctuality - Find
the flights with highest delays, and the departure and arrival airport with highest delays.

2. Analyze passenger demographics and travel behavior to understand customer satisfaction levels
and suggest targeted improvements - Customer Satisfaction based on age group

3. Conduct a revenue and cost analysis to optimize pricing strategies and identify fuel efficiency
measures to improve profitability - For each flight, check the revenue and operations cost and
check the %.

The insights derived from your analysis will support AeroMax in making data-driven decisions, regaining
its competitive edge, and addressing critical challenges impacting its operations.

Dataset

 You can find the dataset here: Aeromax_Airways_Final.xlsx

Approach

 You will work on this project in your MS Excel application / online excel instance

 For step-by-step guidance on solving the problem, refer to the approach document: here
Submission Guidelines & Model Solution

Once you've completed the project:

1. Save the updated excel file: Ensure your data, analysis, and visualisations are included in
the excel file.

2. Upload the file for submission: Submit the completed .xlsx file

3. Refer to the model solution: Here

Step 1: Data Cleaning

Objective:

Ensure the dataset is free of errors, duplicates, missing values, and inconsistent formats to prepare it for
analysis.

Steps:

1. Remove Duplicates:

 Identify and eliminate duplicate rows based on relevant columns


(e.g., Passenger_ID, Flight_Number).

 Use the Remove Duplicates option in Excel.

2. Identify Missing Data:

 Highlight missing values using Conditional Formatting.

 For numerical data, calculate averages or medians and replace the missing values.

 For categorical data, find the most frequent category or consider assigning "Unknown."

3. Ensure Consistent Formats:

 Check that all date columns are formatted as Date.

 Ensure numerical fields (e.g., Ticket_Price, Revenue) are in Number format.

 Verify time columns are formatted as Time.

4. Validate Data:
 Use Filters to identify anomalies (e.g., extremely high or low values
in Flight_Distance or Flight_Delay_Minutes).

 Consider setting thresholds for reasonable values (e.g., flight distances <20,000 km).

Step 2: Data Processing

Objective:

Enhance the dataset by creating additional columns and grouping data to support deeper analysis.

Steps:

1. Create Age Groups:

 Define age ranges (e.g., 18–29, 30–39, etc.) and group passengers into these ranges.

2. Categorize Delays:

 Classify delays into categories (e.g., On-Time, Moderate, Severe) based on thresholds
like:

 On-Time: ≤30 minutes

 Moderate: 31–120 minutes

 Severe: >120 minutes

3. Add Revenue Metrics:

 Calculate a Revenue to Cost Ratio to compare how efficiently revenue is generated


against operating costs.

4. Group Flight Distances:

 Create categories for Flight_Distance (e.g., Short-haul, Medium-haul, Long-haul) to


analyze performance and trends by distance.

5. Summarize Passenger Feedback:

 Use PivotTables to group feedback scores by Age Group, Ticket_Class,


and Frequent_Flyer_Status.

Step 3: Data Analytics


Objective:

Analyze trends, identify patterns, and derive actionable insights.

Steps:

1. Flight Delays:

 Find the flight with the highest average delay.

 Identify the most congested airports (departure and arrival) by average delay.

 Use PivotTables or sort columns to highlight these trends.

2. Customer Satisfaction:

 Analyze average feedback scores for different passenger groups:

 By age.

 By ticket class.

 By frequent flyer status.

 Visualize feedback trends using charts (e.g., bar or line charts).

3. Revenue vs. Cost:

 Identify routes with high operating costs but low revenue.

 Analyze how ticket classes contribute to overall revenue.

4. Fuel Efficiency:

 Compare fuel consumption across flight distances.

 Create scatter plots to visualize how distance impacts fuel usage.

Common questions

Powered by AI

Key components of data validation include ensuring data completeness, accuracy, consistency, and relevance. For both StellarMart and AeroMax Airways, validating data is crucial to avoid analysis errors caused by duplicates, missing values, or format inconsistencies . Ensuring accuracy prevents skewed insights, while consistency aids in comparative analysis. Data that is relevant and clean supports reliable, actionable insights, critical for decision-making processes. Regular validation further ensures continuous data integrity, essential for strategy development and competitive advantage .

To enhance flight efficiency, AeroMax Airways should analyze flight delay patterns to identify airports with the highest delays and suggest operational improvements . For customer satisfaction, analyzing passenger demographics and travel behavior can highlight dissatisfaction sources. Specifically, categorizing feedback by age group, ticket class, and frequent flyer status can guide targeted service improvements . Revenue and cost analysis alongside fuel efficiency measures can optimize pricing strategies, ensuring profitability while maintaining customer satisfaction .

Analyzing customer demographics and travel behavior provides insights into satisfaction drivers and improvement opportunities. By examining attributes like age, ticket class, and frequent flyer status, AeroMax Airways can identify dissatisfaction sources within specific groups . This analysis can inform service enhancements such as personalized booking experiences, tailored loyalty programs, or improved in-flight services for targeted segments. Understanding travel patterns also enables the company to refine marketing strategies and improve customer retention through better alignment of services with customers' needs .

PivotTables allow for multidimensional data analysis, making them essential for revealing trends. In StellarMart's context, they help analyze sales by category and region, highlighting underperforming areas and identifying variations in sales performance . For AeroMax Airways, PivotTables can isolate flights with high delays and identify congested airports, offering visual trends through sorting and highlighting functionalities . These insights can drive strategic interventions to improve sales operations and operational efficiencies respectively .

Optimizing pricing strategies requires analyzing the revenue-to-cost ratio to ensure profitable fare structures. AeroMax Airways should tailor pricing by considering factors such as demand elasticity, competitors' pricing, and customer demographics. Incorporating cost analysis, particularly rising operational costs like fuel, is essential in evaluating current strategies' effectiveness. The company must also consider market segmentation and seasonal demand to implement dynamic pricing models. Implementing such strategies must carefully balance profitability with customer value perception to avoid decreased satisfaction or market share .

Improving data quality through cleaning and preprocessing is crucial for accurate analysis. For StellarMart, this involves removing duplicates, handling missing values, standardizing text, correcting typos, and ensuring data consistency for product-to-category assignments . Similarly, AeroMax Airways removes duplicate rows, fills or categorizes missing data, ensures consistent formats, validates data to identify anomalies, and groups data into categories for better insight generation . This ensures that insights derived are reliable and actionable, facilitating strategic decision-making for both companies .

Visualization is critical for transforming complex sales and customer data into understandable insights. For StellarMart, dynamic visualizations such as stacked bar or column charts can effectively showcase sales trends by category and region. Pie charts are recommended for customer segmentation to highlight demographics or preferences, while horizontal bar charts can depict top-selling products. These visualizations aid in making informed decisions by clearly presenting insights on sales performance, seasonal trends, and regional contributions .

Identifying seasonal sales trends is critical for optimizing inventory, staffing, and marketing strategies. For StellarMart, understanding these trends enables better forecasting and aligning promotions or inventory with expected demand peaks and troughs. Leveraging this information could improve cash flow management and customer satisfaction by ensuring product availability when demand is high, thus preventing lost sales and excess inventory costs . Data-driven decisions based on these insights can bolster competitive advantage in a shifting market landscape .

StellarMart can address regional performance variations by prioritizing investment in high-performing regions and crafting targeted marketing strategies for underperforming areas . Analyzing sales contributions by region allows the company to identify growth opportunities and resource needs. Tailoring products and services to regional preferences and market conditions could also enhance satisfaction and boost sales. Additionally, reallocating resources to maximize efficiency in supply chains and distribution networks may mitigate underperformance and improve profitability .

StellarMart faces challenges such as sales decline in certain product categories, fluctuating seasonal sales trends, and uneven regional revenue contributions. The company plans to address these by using data analytics to identify which product categories require strategic intervention, analyzing seasonal sales patterns for better stock and marketing planning, and prioritizing investment in high-performing regions while addressing underperformance .

You might also like