mindweave commited on
Commit
364d40f
·
verified ·
1 Parent(s): 78f76cb

Upload folder using huggingface_hub

Browse files
._README.md ADDED
Binary file (4.1 kB). View file
 
._data ADDED
Binary file (4.1 kB). View file
 
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - tabular-classification
5
+ - tabular-regression
6
+ language:
7
+ - en
8
+ tags:
9
+ - customer-service
10
+ - telecom
11
+ - hold-time
12
+ - contact-center
13
+ - ivr
14
+ - synthetic-data
15
+ - call-center
16
+ - mindweave
17
+ - insurance
18
+ - cdr
19
+ - agent-performance
20
+ - customer-satisfaction
21
+ - csat
22
+ - test-data
23
+ - workforce-management
24
+ pretty_name: Call Center Records & Agent Performance Dataset
25
+ size_categories:
26
+ - 10K<n<100K
27
+ configs:
28
+ - config_name: agents
29
+ data_files: data/agents.csv
30
+ default: true
31
+ - config_name: calls
32
+ data_files: data/calls.csv
33
+ - config_name: ivr_menu
34
+ data_files: data/ivr_menu.csv
35
+ ---
36
+
37
+ # Call Center Records & Agent Performance Dataset
38
+
39
+ Call detail records for a simulated insurance company call center with 25 agents
40
+ handling 35,000 calls over 12 months. Includes IVR menu paths, agent assignments,
41
+ call outcomes, hold times, transfer chains, and customer satisfaction scores.
42
+
43
+ Features realistic patterns: Monday morning surge, lunch dip, seasonal peaks
44
+ during open enrollment, and two anomalies — a system outage causing mass
45
+ abandoned calls, and a viral social media complaint driving call volume 4x.
46
+
47
+ Ideal for: contact center analytics, workforce management, IVR optimization,
48
+ agent performance dashboards, and customer experience analysis.
49
+
50
+
51
+ ## Tables
52
+
53
+ | Table | Rows |
54
+ |-------|------|
55
+ | agents | 8 |
56
+ | calls | 19,946 |
57
+ | ivr_menu | 5 |
58
+ | **Total** | **19,959** |
59
+
60
+ ## Formats
61
+
62
+ - CSV (in `data/` directory)
63
+ - Parquet (available in full version)
64
+ - SQLite (available in full version)
65
+
66
+ ## About
67
+
68
+ Generated by [Mindweave Technologies](https://mindweave.tech) — realistic synthetic datasets for developers, QA teams, and data engineers.
69
+
70
+ Browse all datasets: [mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
data/._agents.csv ADDED
Binary file (4.1 kB). View file
 
data/._calls.csv ADDED
Binary file (4.1 kB). View file
 
data/._ivr_menu.csv ADDED
Binary file (4.1 kB). View file
 
data/agents.csv ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ id,name,skill_group,experience_years,avg_handle_time_min
2
+ 1,Maria Santos,claims,5,6.2
3
+ 2,James Wilson,claims,3,7.8
4
+ 3,Priya Patel,billing,7,4.5
5
+ 4,Tom Chen,billing,2,5.9
6
+ 5,Sarah Johnson,general,4,5.1
7
+ 6,Mike Brown,general,1,8.3
8
+ 7,Lisa Park,claims,6,5.8
9
+ 8,David Kim,billing,4,5.2
data/calls.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/ivr_menu.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ path,label,route_to
2
+ 1,Claims,claims
3
+ 2,Billing & Payments,billing
4
+ 3,Policy Changes,general
5
+ 4,New Quote,general
6
+ 0,Speak to Agent,general