azizshaw commited on
Commit
e2cc55f
·
verified ·
1 Parent(s): 9bada0c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Cust_Sub_Id
5
+ dtype: int64
6
+ - name: Event_Date
7
+ dtype: string
8
+ - name: OG_Call_Count
9
+ dtype: float64
10
+ - name: OG_Bundle_Call_Count
11
+ dtype: float64
12
+ - name: OG_PayG_Call_Count
13
+ dtype: float64
14
+ - name: OG_Call_MOU
15
+ dtype: float64
16
+ - name: OG_Bundle_Call_MOU
17
+ dtype: float64
18
+ - name: OG_PayG_Call_MOU
19
+ dtype: float64
20
+ - name: OG_IDD_Call_Count
21
+ dtype: float64
22
+ - name: OG_IDD_Bundle_Call_Count
23
+ dtype: float64
24
+ - name: OG_IDD_PayG_Call_Count
25
+ dtype: float64
26
+ - name: OG_IDD_Call_MOU
27
+ dtype: float64
28
+ - name: OG_IDD_Bundle_Call_MOU
29
+ dtype: float64
30
+ - name: OG_IDD_PayG_Call_MOU
31
+ dtype: float64
32
+ - name: OG_Roam_Call_Count
33
+ dtype: float64
34
+ - name: OG_Roam_Bundle_Call_Count
35
+ dtype: float64
36
+ - name: OG_Roam_PayG_Call_Count
37
+ dtype: float64
38
+ - name: OG_Roam_Call_MOU
39
+ dtype: float64
40
+ - name: OG_Roam_Bundle_Call_MOU
41
+ dtype: float64
42
+ - name: OG_Roam_PayG_Call_MOU
43
+ dtype: float64
44
+ - name: IC_Call_Count
45
+ dtype: float64
46
+ - name: IC_Call_MOU
47
+ dtype: float64
48
+ - name: Data_Volume
49
+ dtype: float64
50
+ - name: Data_Bundle_Volume
51
+ dtype: float64
52
+ - name: Data_PayG_Volume
53
+ dtype: float64
54
+ - name: Data_Roam_Bundle_Volume
55
+ dtype: float64
56
+ - name: Data_Roam_PayG_Volume
57
+ dtype: float64
58
+ - name: Prepay_Data_Revenue
59
+ dtype: float64
60
+ - name: Prepay_Voice_Revenue
61
+ dtype: float64
62
+ - name: Prepay_Vas_Revenue
63
+ dtype: float64
64
+ - name: Total_Revenue
65
+ dtype: float64
66
+ - name: __index_level_0__
67
+ dtype: int64
68
+ splits:
69
+ - name: train
70
+ num_bytes: 1479229992
71
+ num_examples: 5645916
72
+ download_size: 220614594
73
+ dataset_size: 1479229992
74
+ ---
75
+ # Dataset Card for "events"
76
+
77
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)