Skip to content

Commit d37be31

Browse files
committed
dataset back
1 parent c3472c8 commit d37be31

17 files changed

+86
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ProductCategory,ContosoAveragePrice,CompetitorAveragePrice
2+
Dresses,120,100
3+
Shoes,100,105
4+
Accessories,60,55
5+
Sportswear,80,85
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ReasonForCancellation,Percentage
2+
Service Dissatisfaction,40
3+
Financial Reasons,3
4+
Competitor Offer,15
5+
Moving to a Non-Service Area,5
6+
Other,37
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SurveyID,Date,SatisfactionRating,Comments
2+
O5678,2023-03-16,5,"Loved the summer dress! Fast delivery."
3+
O5970,2023-09-13,4,"Happy with the sportswear. Quick delivery."

data/datasets/customer_profile.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CustomerID,Name,Age,MembershipDuration,TotalSpend,AvgMonthlySpend,PreferredCategories
2+
C1024,Emily Thompson,35,24,4800,200,"Dresses, Shoes, Accessories"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{"InteractionID":"1","Channel":"Live Chat","Date":"2023-06-20","Customer":"Emily Thompson","OrderID":"O5789","Content":["Agent: Hello Emily, how can I assist you today?","Emily: Hi, I just received my order O5789, and wanted to swap it for another colour","Agent: Sure, that's fine- feel free to send it back or change it in store.","Emily: Ok, I'll just send it back then","Agent: Certainly. I've initiated the return process. You'll receive an email with the return instructions.","Emily: Thank you."]}
2+
{"InteractionID":"2","Channel":"Phone Call","Date":"2023-07-25","Customer":"Emily Thompson","OrderID":"O5890","Content":["Agent: Good afternoon, this is Contoso customer service. How may I help you?","Emily: I'm calling about my order O5890. I need the gown for an event this weekend, and just want to make sure it will be delivered on time as it's really important.","Agent: Let me check... it seems like the delivery is on track. It should be there on time.","Emily: Ok thanks."]}
3+
{"InteractionID":"3","Channel":"Email","Date":"2023-09-15","Customer":"Emily Thompson","OrderID":"","Content":["Subject: Membership Cancellation Request","Body: Hello, I want to cancel my Contoso Plus subscription. The cost is becoming too high for me."]}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Month,AverageDeliveryTime,OnTimeDeliveryRate,CustomerComplaints
2+
March,3,98,15
3+
April,4,95,20
4+
May,5,92,30
5+
June,6,88,50
6+
July,7,85,70
7+
August,4,94,25
8+
September,3,97,10
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Campaign,Opened,Clicked,Unsubscribed
2+
Summer Sale,Yes,Yes,No
3+
New Arrivals,Yes,No,No
4+
Exclusive Member Offers,No,No,No
5+
Personal Styling Invite,No,No,No
6+
Autumn Collection Preview,Yes,Yes,No
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
TotalPointsEarned,PointsRedeemed,CurrentPointBalance,PointsExpiringNextMonth
2+
4800,3600,1200,1200
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Category,ReturnRate
2+
Dresses,15
3+
Shoes,10
4+
Accessories,8
5+
Outerwear,12
6+
Sportswear,9

data/datasets/product_table.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ProductCategory,ReturnRate,ContosoAveragePrice,CompetitorAveragePrice
2+
Dresses,15,120,100
3+
Shoes,10,100,105
4+
Accessories,8,60,55
5+
Outerwear,12,,
6+
Sportswear,9,80,85

0 commit comments

Comments
 (0)