Assignment 3
Assignment 3
Insights
Objective:
A retail company is looking to understand its customer’s purchasing behavior and
demographic trends. The company has provided two datasets: purchase data (containing
information about orders) and customer data (containing customer demographic details).
The goal is to derive actionable insights from these datasets.
You are tasked with analysing these datasets to answer key business questions and provide
recommendations.
Problem Statement:
The company wants to address the following business questions:
1. Which products contribute the most to revenue, and how can discounts and shipping
costs be optimised?
2. Are there any patterns in customer demographics (age, income, and country) that
influence purchasing behavior?
4. Can the shipping process be optimized by analysing shipping costs and durations?
5. How strongly does customer income correlate with their purchasing behavior?
Dataset Details:
1. Purchase Data
2. Customer Data
Tasks:
Task 1: Revenue Analysis
1. Calculate the total revenue for each product by combining price, discount, quantity,
and tax. Provide a list of the top 5 products that contribute the most to total revenue.
2. Visualise the contribution of these top 5 products using a bar chart.
2. Identify the countries with the highest number of customers and visualize the
distribution of customers across countries using a horizontal bar chart.
Task 5: Correlation.
1. Calculate the correlation between customer income and the total cost of their
purchases.
Task 6: Recommendations
1. Based on the insights derived from the analysis, provide actionable
recommendations to the business on:
Deliverables:
1. Code Notebook: