Books are the good friends of human. In the study life we used many books for our degree, certificate course, diploma etc. In the past, book purchase was the tedious work. It takes so much your valuable time. But today, you can get the desired book at your place within the stipulated time. This all is possible due to eCommerce. Online shopping is one of the major form of eCommerce.
Today we heard the terms like amazon, Flipkart, eBay etc. This all are online shopping firm. In the online store, Book section is very developed. You can get the all primary information from the website itself. In the books, academic books for different subjects are available.
Online shopping is increasing exponentially in recent decade bring new challenges to the service provider. Business competition and customer satisfaction are the most important factors in the eCommerce business.
About Data:
We have data regarding the sale of books (2760 books) in the month from Academic Online Book Store. We considered the following attributes
We used Total Monthly sale amount (in $) and Total monthly profit (in $) variables for the study objectives which is defined as
Total Monthly sale amount (in $) = Book Sale Price (in $) × Number of customers
Total monthly profit (in $) = Profit (in $) × Number of customers
Project Problem:
Data analysis without statistical tool and techniques is considered to be incomplete. There is vast literature about statistical tools and techniques. Selection of proper tools and techniques is the important aspect of analysis.
We calculated the profit percentage using total monthly sale amount (in $) and total monthly profit (in $) for shipping type, customer type, region and category. We have given summary statistics for number of customers for shipping type, customer type, region, and category.
We test the mean number of customers for different levels of attributes by two sample t test and one way ANOVA. We studied the correlation between product price, profit, sale price, number of pages and number of customers. We develop the predictive model for total sale amount by using regression analysis. We used Python 3.6.5 IDLE and MS-Excel for the data analysis. The sample code are given in appendixes. We used Grus (2015), McKinney (2012), and Pedregosa et al. (2011).
Profit Analysis:
We calculate the profit percentage by dividing total monthly sale amount (in $) by total monthly profit (in $). Table 1 shows the total monthly sale amount (in $) by total monthly profit (in $) and profit percentage for shipping type, customer type, region and category. We referred Berenson et al. (2012), Black (2009) and Mendenhall and Sincich (1993).
From Table 1 we observed that
Table 1: Profit analysis according to for shipping type, customer type, region and category
Attributes |
Levels |
Total Monthly Sale (in $) |
Total Monthly Profit (in $) |
Profit Percentage |
Shipping Type |
Free |
74054.30 |
4224.21 |
5.70% |
Paid |
139298.71 |
7922.91 |
5.69% |
|
Customer Type |
Existing |
83962.14 |
4791.55 |
5.71% |
New |
129390.87 |
7355.57 |
5.68% |
|
Region |
NSW |
31871.88 |
1803.08 |
5.66% |
NT |
18002.11 |
1034.34 |
5.75% |
|
QSD |
35164.01 |
2003.66 |
5.70% |
|
SA |
31997.10 |
1828.95 |
5.72% |
|
TAS |
30610.50 |
1747.77 |
5.71% |
|
VIC |
31900.75 |
1822.79 |
5.71% |
|
WA |
33806.66 |
1906.53 |
5.64% |
|
Book Category |
Arts & Photography |
40689.62 |
2304.26 |
5.66% |
Computers & Technology |
50152.30 |
3144.80 |
6.27% |
|
Education & Teaching |
11344.72 |
612.85 |
5.40% |
|
Engineering & Transportation |
16113.68 |
845.13 |
5.24% |
|
Medical Books |
74286.63 |
4083.62 |
5.50% |
|
Science & Math |
20766.06 |
1156.46 |
5.57% |
|
Total |
213353.01 |
12147.12 |
5.69% |
Customer is pillar of any business. If customers attracted towards your products, sale and profit will increases automatically. In the Table 2 we represents the descriptive statistics including size, mean, standard deviation, minimum and maximum for number of customers. We used the well-known books for this section such as Casella and Berger (2002), DeGroot and Schervish (2012), Hodges Jr and Lehmann (2005), Pillers (2002) and Ross (2014).
Table 2: Summary statistics for numbers of customer who bought the books for shipping type, customer type, region and category
Attributes |
Levels |
Size |
Mean |
SD |
Min |
Max |
Shipping Type |
Free |
822 |
5.00 |
2.17 |
1 |
11 |
Paid |
1938 |
4.00 |
2.01 |
1 |
9 |
|
Customer Type |
Existing |
1094 |
4.30 |
2.14 |
1 |
11 |
New |
1666 |
4.30 |
2.09 |
1 |
11 |
|
Region |
NSW |
403 |
4.32 |
2.04 |
1 |
11 |
NT |
284 |
3.62 |
2.08 |
1 |
9 |
|
QSD |
428 |
4.53 |
2.16 |
1 |
10 |
|
SA |
411 |
4.31 |
2.11 |
1 |
9 |
|
TAS |
407 |
4.23 |
2.05 |
1 |
10 |
|
VIC |
399 |
4.47 |
2.12 |
1 |
9 |
|
WA |
428 |
4.38 |
2.08 |
1 |
9 |
|
Book Category |
Arts & Photography |
541 |
4.15 |
2.02 |
1 |
9 |
Computers & Technology |
654 |
4.19 |
2.17 |
1 |
9 |
|
Education & Teaching |
142 |
4.49 |
2.02 |
1 |
9 |
|
Engineering & Transportation |
216 |
4.28 |
2.08 |
1 |
9 |
|
Medical Books |
986 |
4.22 |
2.05 |
1 |
9 |
|
Science & Math |
221 |
5.22 |
2.26 |
1 |
11 |
|
Total |
We can observed following from Table 2:
Two Sample t-test:
We used two sample t test for testing the significant difference between mean number of customers for
In Table 3, we represent the test statistic and p-value of two sample independent test assuming unequal variances.
Table 3: Two sample independent test for shipping type and customer type
Attributes |
Levels |
Test Statistic |
p-value |
Shipping Type |
Free and Paid |
11.35 |
0.000 |
Customer Type |
New and Existing |
0.04 |
0.965 |
We observed the following from Table 3:
One way ANOVA:
We used one way ANOVA for testing the significant difference between mean number of customers for
Table 4 shows the value of F statistic and p-value for one way ANOVA.
Table 4: Output of one way ANOVA for Category
Attributes |
Level |
F Statistic |
P Value |
Geographical Region |
NSW, NT, QSD, SA, TAS, VIC, WA |
6.54 |
0.000 |
Book Category |
Engineering & Transportation, Arts & Photography, Education & Teaching, Computers & Technology, Medical Books, Science & Math |
10.01 |
0.000 |
From Table 4 we observed the following
Correlation Analysis:
Table 5 represents the correlation coefficient between book price, Sale price, profit and number of customers. Correlation coefficient tells us the relation between variables.
Table 5: Pearson’s correlation coefficient for Book Price, Sale Price, Profit and Numbers of customers
Book Price |
Sale Price |
Profit |
Numbers of customer |
|
Book Price |
1 |
|||
Sale Price |
0.999 |
1 |
||
Profit |
0.997 |
0.979 |
1 |
|
Numbers of customer |
0.018 |
0.019 |
0.020 |
1 |
From Table 5, we observed that
We develop the predictive model of total monthly sale using regression analysis. We develop the model for total monthly sale by using number of customers as a predictor. We used simple linear regression model. Table 6 represents the F Statistics, P value, R2 and regression coefficients of simple linear regression.
Table 7: Output of Regression Analysis
F Statistic |
3655.046 |
P Value |
0.000 |
R2 |
0.57 |
Intercept |
0.084 |
Slope |
17.971 |
We observed that P Value =0.000 suggests that there is significant relationship between total monthly sale and number of customers who bought the books. We fitted the following straight line as
Total sale (in $) = 0.084 + 17.971 × Number of Customers
If for particular book if we got 10 customers then total sale (in $) is 0.084 + 17.971 × 10.
Recommendations to the company
From the data analysis, we observed that
An implementation plan based on the recommendations you have provided
Conclusions
We observed that Academic Online Book Store earns on average 5.69% profit on each book. Books which shipped freely gives more profit than books which shipped by customer payment. Existing customers gives more profit than new customers. There is very little difference in the profit from the region. Books from Computers & Technology category gives more profit than other.
We observed that there is significant difference in mean number of customers who bought the books at free shipping and who bought at paid shipping and no significant difference in mean number of new customers and existing customers who bought the books. There is significant difference between the mean of number of customer who bought the books from different geographical region and different category. From regression analysis, we observed that there is significant relationship between total monthly sale and number of customers.
We have also provided recommendations and plan for company.
List of References
Essay Writing Service Features
Our Experience
No matter how complex your assignment is, we can find the right professional for your specific task. Contact Essay is an essay writing company that hires only the smartest minds to help you with your projects. Our expertise allows us to provide students with high-quality academic writing, editing & proofreading services.Free Features
Free revision policy
$10Free bibliography & reference
$8Free title page
$8Free formatting
$8How Our Essay Writing Service Works
First, you will need to complete an order form. It's not difficult but, in case there is anything you find not to be clear, you may always call us so that we can guide you through it. On the order form, you will need to include some basic information concerning your order: subject, topic, number of pages, etc. We also encourage our clients to upload any relevant information or sources that will help.
Complete the order formOnce we have all the information and instructions that we need, we select the most suitable writer for your assignment. While everything seems to be clear, the writer, who has complete knowledge of the subject, may need clarification from you. It is at that point that you would receive a call or email from us.
Writer’s assignmentAs soon as the writer has finished, it will be delivered both to the website and to your email address so that you will not miss it. If your deadline is close at hand, we will place a call to you to make sure that you receive the paper on time.
Completing the order and download