Kossisoroyce commited on
Commit
812f2fe
·
verified ·
1 Parent(s): abdcc1a

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ support_resolution_time_data.csv filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Support Resolution Time Data
2
+
3
+ ## Dataset Description
4
+
5
+ Time-to-resolution metrics for customer support issues
6
+
7
+ ## Dataset Information
8
+
9
+ - **Category**: Customer Experience and Sentiment
10
+ - **Format**: CSV, Parquet
11
+ - **Rows**: 200,000
12
+ - **Columns**: 14
13
+ - **Date Generated**: 2025-10-05
14
+ - **Location**: `data/support_resolution_time_data/`
15
+
16
+ ## Schema
17
+
18
+ | Column | Type | Sample Values |
19
+ |--------|------|---------------|
20
+ | `ticket_id` | String | RES00000001 |
21
+ | `created_at` | Datetime | 2025-09-28 06:30:00 |
22
+ | `resolved_at` | Datetime | 2025-10-03 12:00:00 |
23
+ | `operator` | String | 9mobile |
24
+ | `issue_type` | String | recharge_failed |
25
+ | `priority` | String | low |
26
+ | `channel` | String | call_center |
27
+ | `first_response_time_minutes` | Integer | 1273 |
28
+ | `resolution_time_hours` | Float | 125.5 |
29
+ | `sla_met` | Boolean | True |
30
+ | `reopened` | Boolean | True |
31
+ | `customer_satisfaction` | Integer | 2 |
32
+ | `agent_id` | String | AGENT467 |
33
+ | `touches` | Integer | 3 |
34
+
35
+ ## Sample Data
36
+
37
+ ```
38
+ ticket_id created_at resolved_at operator issue_type priority channel first_response_time_minutes resolution_time_hours sla_met reopened customer_satisfaction agent_id touches
39
+ RES00000001 2025-09-28 06:30:00 2025-10-03 12:00:00 9mobile recharge_failed low call_center 1273 125.5 True True 2 AGENT467 3
40
+ RES00000002 2025-09-26 15:39:00 2025-09-29 01:09:00 Airtel billing_dispute medium call_center 132 57.5 True False 5 AGENT520 3
41
+ RES00000003 2025-09-03 13:34:00 2025-09-04 15:40:00 MTN value_added_service medium app 192 26.1 True False 1 AGENT244 10
42
+ ```
43
+
44
+ ## Nigerian Context
45
+
46
+ This dataset incorporates authentic Nigerian telecommunications characteristics:
47
+
48
+ - **Geographic Coverage**: Major Nigerian cities including Lagos, Abuja, Kano, Port Harcourt, Ibadan
49
+ - **Operators**: MTN, Airtel, Glo, 9mobile with realistic market shares
50
+ - **Phone Numbers**: Nigerian format (+234 prefixes)
51
+ - **Currency**: Nigerian Naira (NGN)
52
+ - **Time Zone**: West Africa Time (WAT, UTC+1)
53
+ - **Network Types**: 2G, 3G, 4G, 5G distribution
54
+
55
+ ## File Formats
56
+
57
+ ### CSV
58
+ ```
59
+ data/support_resolution_time_data/support_resolution_time_data.csv
60
+ ```
61
+
62
+ ### Parquet (Recommended)
63
+ ```
64
+ data/support_resolution_time_data/support_resolution_time_data.parquet
65
+ ```
66
+
67
+ ## Loading the Dataset
68
+
69
+ ### Python (Pandas)
70
+ ```python
71
+ import pandas as pd
72
+
73
+ # Load CSV
74
+ df = pd.read_csv('data/support_resolution_time_data/support_resolution_time_data.csv')
75
+
76
+ # Load Parquet (recommended for large datasets)
77
+ df = pd.read_parquet('data/support_resolution_time_data/support_resolution_time_data.parquet')
78
+ ```
79
+
80
+ ### Python (PyArrow)
81
+ ```python
82
+ import pyarrow.parquet as pq
83
+
84
+ # Load Parquet
85
+ table = pq.read_table('data/support_resolution_time_data/support_resolution_time_data.parquet')
86
+ df = table.to_pandas()
87
+ ```
88
+
89
+ ## License
90
+
91
+ MIT License - For educational and research purposes
92
+
93
+ ## Citation
94
+
95
+ ```
96
+ Nigerian Telecom Datasets - Support Resolution Time Data
97
+ Generated: 2025-10-05
98
+ Category: Customer Experience and Sentiment
99
+ Rows: 200,000
100
+ ```
101
+
102
+ ## Related Datasets
103
+
104
+ This dataset is part of the Nigerian Telecom Datasets collection, which includes 34 datasets covering network performance, customer behavior, financial transactions, infrastructure, geospatial data, customer experience, and emerging technologies.
support_resolution_time_data.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aacdc93b235f03fe6fdda87c1a128bed5743399fb3452204a47a82b3d6f63822
3
+ size 23955963
support_resolution_time_data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1957378dbb21703ad7d570c4a0de78367dcfa0ed36f0be0207a7f2d5015af9aa
3
+ size 3965008