Answered step by step
Verified Expert Solution
Question
1 Approved Answer
For this assignment, you need to use the Online Retail dataset, which can be downloaded in CSV format accompanying this document in the online course.
For this assignment, you need to use the "Online Retail" dataset, which can be downloaded in CSV
format accompanying this document in the online course. This is a transnational data set that contains
all the transactions occurring between Dec and Dec for a UKbased and registered non
store online retail. The company mainly sells unique alloccasion gifts. Many customers of the company
are wholesalers. The data contains the following attributes:
InvoiceNo: Invoice number. Nominal, a digit integral number uniquely assigned to each
transaction. If this code starts with the letter c it indicates a cancellation
StockCode: Product item code. Nominal, a digit integral number uniquely assigned to each
distinct product.
Description: Product item name. Nominal.
Quantity: The quantities of each item per transaction. Numeric. If the items is returned back,
the quantity will be negative.
InvoiceDate: Invoice Date and time. Numeric, the day and time when each transaction was
generated.
UnitPrice: Unit price in British Pound. Numeric, Product price per unit in sterling.
TransactionValue: The total transaction value, that is the product of the UnitPrice and Quantity.
CustomerID: Customer number. Nominal, a digit integral number uniquely assigned to each
customer.
Country: Country name. Nominal, the name of the country where each customer resides.
Each item that is purchased or returned is considered as one transaction. In other words, each row in
the table represents one transaction. Note that one invoice can include multiple transactions.
Use the data file to answer the following business questions.
Questions
Calculations
What is the mean and median of TransactionValue?
By comparing the median and mean of transaction values, can you infer if TransactionValue is
skewed or symmetric?
What is the IQR and standard deviation of TransactionValue?
What is the correlation between the Quantity and UnitPrice?
Show the breakdown of the number of transactions by countries, ie how many transactions
are in the dataset for each country consider all records, including return transactions
Show the breakdown of the total sum of transaction values by countries, ie how much money
in total has been spent by costumers from each country. Show only countries where the total
transaction value exceeds British Pound.
What are the top products identified by StockCode that have generated the highest revenue
for the retailer? ie item with the highest total sum of TransactionValue
What is the second most popular product judged by the total quantity of the orders ordered by
Portuguese customers?
What is the average transaction value of French customers for transactions where the quantity
of items ordered is exactly Hint: You need to filter both based on the country and the
quantity
Short Answer
Please briefly sentences answer each of the following questions:
In an analytics project, what is the role and importance of data exploration and data
preparation? How should data be presented?
What insights can summary statistics provide?
A variety of
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started