Intermediate Sales Analysis

Intermediate Sales Analysis

Task #1: Categorize customers by profit marginality (low, medium, high)

In this analysis, we focus on categorizing customers based on their profit margin, a crucial metric for understanding customer profitability. Customers are divided into three groups: low, medium, and high marginality. This classification provides valuable insights for targeted marketing and customer relationship strategies.

  • Low Marginality: This category includes customers whose profit margin is at or below 10%, as indicated in the ProfitMarginPercentage column.
  • Medium Marginality: Customers fall into this category if their profit margin is above 10% but does not exceed 30%.
  • High Marginality: This group consists of customers with a profit margin over 30%.

Objective: Categorize customers into three groups — low, medium, and high marginality — based on their profit margin percentages. Profit margin calculates as Profit / Sales.

Expected Result: Customers will be categorized into 'Low', 'Medium', or 'High' marginality groups, with an additional 'Not Classified' category for any outliers.

Data Source: dataacademykz.superstore.sales_analytics

 

Task #2: How many low, medium, and high profit margin customers we have?

Building upon our earlier categorization of customers by profit marginality, this task aims to quantify the number of customers in each category. By understanding the distribution of customers across low, medium, and high profit margin groups, businesses can tailor their strategies to target each segment more effectively.

Objective: Count the number of customers in each profit margin category (low, medium, high) based on their calculated profit margin percentages.

Expected Result: A summary of the number of customers categorized as 'Low', 'Medium', or 'High' based on their profit margins.

Data Source: dataacademykz.superstore.sales_analytics

 

Task #3: Sub-Category Performance in the Most Recent Year

In this task, we aim to evaluate the performance of different sub-categories within the most recent year available in the database. This analysis is essential for understanding current market trends and the profitability of various product lines.

Objective: Assess the sales and profit performance of different sub-categories in the most recent year recorded in the database.

Expected Result: A summary of total sales and total profit for each sub-category in the latest year, with the results ordered by total profit in descending order.

Data Source: dataacademykz.superstore.sales_analytics

 

Task #4: Identifying High-Performing Products in Sub-Categories

In this task, we aim to identify the products that are outperforming others in terms of profit within their respective sub-categories. Understanding which products are performing above the average profit level in each sub-category can provide valuable insights for inventory management, marketing focus, and strategic planning.

Objective: Determine the products within each sub-category that have profit levels exceeding the average profit for that sub-category.

Expected Result: A list of products with their corresponding sub-categories and profit figures, where each product's profit surpasses the average profit of its respective sub-category.

Data Source: dataacademykz.superstore.sales_analytics