Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 . Business Context In the context of e - commerce sales analysis, we have a dataset containing information on customer orders from an online

1. Business Context
In the context of e-commerce sales analysis, we have a dataset containing information on customer orders from an online store. The dataset includes details such as order ID, order date, SKU (stock-keeping unit), color, size, unit price, quantity, and revenue. Our objective is to gain insights and make informed decisions regarding product popularity, customer preferences, and revenue generation based on this dataset.
2. Business Problem Understanding
The e-commerce company is seeking assistance in understanding and improving its sales strategies. They have provided us with a comprehensive dataset containing information on customer orders. Our objective is to analyze this dataset and provide actionable insights to enhance product offerings, optimize pricing, and increase overall revenue.
Your team has been appointed to take a closer look at the records of the sales dataset and analyze the patterns and trends in customer orders.
a) Identify factors contributing to high-revenue orders.
b)Recommend strategies for improving product popularity and customer satisfaction.
2. Data Understanding
For this analysis, the company is expecting your team to explore the usage of MongoDB for the storage and querying of the sales data. The data is available in the provided sample dataset. The data dictionary can also be referred to for understanding the attributes in the dataset.
The e-commerce sales dataset provides valuable information on the frequency and impact of customer orders. It includes data on the unit price, quantity, revenue, and various product attributes.
Sales Dataset Schema:
order_id: (Int32) Unique identifier for each order.
order_date: (Date) Date and time when the order was placed.
sku: (String) Stock-keeping unit, a unique identifier for each product.
color: (String) Color of the product.
size: (String) Size of the product.
unit_price: (Int32) Unit price of the product.
quantity: (Int32) Quantity of the product ordered.
revenue: (Int32) Total revenue for the specific order.
3. Data preparation and Exploratory Data Analysis
You are supposed to utilize appropriate data pre-processing techniques on the given data set. If required, make appropriate assumptions and make it explicitly known while using them in the query. Make appropriate selection of the attributes with sound justification for the same. The data set allows for several new combinations of attributes and attributes exclusions, or the modification of the attribute type (categorical, integer, or real) depending on the purpose of the analysis.
4. Expected Outcomes
You are expected to find out the answers to following questions
1. What is the total revenue generated by the e-commerce store in June 2022?
2. What is the highest revenue of a SKU in a single order?
3. Find the average unit price per SKU for the "Dark Blue" color.
4. Identify the top 5 best-selling colors based on quantity sold.
5. Calculate the total revenue for orders with "Dark Blue" products in XL size.
6. What is the average quantity of products per order for "Dark Blue" SKUs?
7. Find the total revenue for each day in June 2022 and identify the highest revenue day.
8. Calculate the average unit price for each SKU.
9. Identify the SKU with the highest total quantity sold.
10. Find the revenue contribution of "Dark Blue" products compared to "Navy Blue" products.
11. Calculate the total revenue for each size category (e.g., XL, M,3XL).
12. Identify the top 3 SKUs with the highest average revenue per order.
5. Instructions for solving the assignment
The assignment consists of 12 questions.Question 1 to 11 carries 1 mark each and Question 12 is for 2 marks (Total 13 Marks)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Statistics Unlocking The Power Of Data

Authors: Robin H. Lock, Patti Frazer Lock, Kari Lock Morgan, Eric F. Lock, Dennis F. Lock

1st Edition

0470601876, 978-0470601877

More Books

Students also viewed these Programming questions

Question

Question 1 (a2) What is the reaction force Dx in [N]?

Answered: 1 week ago