Updated
#2
by
sachintelang01
- opened
- credit_card_terminal_dataset.csv +11 -0
- credit_card_user_dataset.csv +26 -0
- customer_terminal_profile.csv +38 -0
credit_card_terminal_dataset.csv
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Terminal Id,Merchant Type,Store Types,Location,Avg Transaction Amt,Terminal Gender Profile,Fraud Percentage
|
2 |
+
THV59WCT,STORE,Grocery,10000,100,N,1
|
3 |
+
TBIFKLLU,STORE,Electronics,10299,100,F,25
|
4 |
+
TYQLUK3M,ONLINE,Furniture,10299,1000,M,1
|
5 |
+
TP4KWILP,STORE,Jewelry,10000,1000,N,25
|
6 |
+
T8NSFWJO,ONLINE,Grocery,10000,100,N,25
|
7 |
+
TFHY35GO,STORE,Furniture,10299,1000,N,1
|
8 |
+
T19LEEN5,STORE,Department Store,10000,1000,F,25
|
9 |
+
TTK5H5K7,ONLINE,Pharmacy,10000,1000,M,1
|
10 |
+
TJ6U3GAW,STORE,Gas Station,10299,1000,F,1
|
11 |
+
T5X37ORU,STORE,Grocery,10000,1000,F,25
|
credit_card_user_dataset.csv
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Customer Id,Avg transaction pattern,CardholderAge,Gender,Transaction Alert Configuration,Location,TimeOfDay
|
2 |
+
CJPD8FLG,150,29,F,1000,10299,Night
|
3 |
+
C284L0BW,150,72,M,100,10000,Morning
|
4 |
+
CWISLMD8,80,42,M,100,10299,Afternoon
|
5 |
+
CC7LDIT8,150,61,F,1000,10000,Morning
|
6 |
+
C9H974BG,80,51,M,1000,10299,Evening
|
7 |
+
CNF1H42J,150,26,M,1000,10299,Morning
|
8 |
+
CE6UEC1O,150,54,M,100,10000,Morning
|
9 |
+
CK6M2NS1,80,32,M,100,10299,Morning
|
10 |
+
CQUTD1M4,150,67,M,100,10000,Afternoon
|
11 |
+
CVQFV1FT,150,69,M,100,10000,Morning
|
12 |
+
CY1P5GIT,80,72,F,100,10299,Night
|
13 |
+
COZCYTB5,150,31,F,1000,10000,Morning
|
14 |
+
CZIVWFKD,150,23,F,1000,10000,Morning
|
15 |
+
CI5JKVGD,80,31,M,1000,10000,Evening
|
16 |
+
CFQ40SW8,80,69,M,1000,10299,Morning
|
17 |
+
C1H88RTC,150,43,M,100,10299,Evening
|
18 |
+
CPCSNDJ7,80,31,F,1000,10000,Evening
|
19 |
+
CB3O3UA1,80,46,F,1000,10000,Morning
|
20 |
+
CXILE5C5,80,40,F,100,10000,Night
|
21 |
+
CNG2PLER,80,48,F,100,10299,Afternoon
|
22 |
+
CJC4KVH8,80,48,M,100,10000,Morning
|
23 |
+
CC00QCUZ,150,43,F,1000,10299,Night
|
24 |
+
C9WJN1DJ,80,30,M,100,10299,Afternoon
|
25 |
+
C0XK8SNZ,80,19,F,1000,10000,Evening
|
26 |
+
CFPCLITI,150,49,F,1000,10299,Evening
|
customer_terminal_profile.csv
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Customer Id,Terminal Id,Customer Location,Terminal Location,Customer Gender,Terminal Gender Profile,Avg Customer Transaction Pattern ($),Avg Terminal Transaction Pattern ($)
|
2 |
+
CJPD8FLG,TOPODGDN,10299,10299,F,F,150,100
|
3 |
+
CJPD8FLG,TCMOG6KW,10299,10299,F,F,150,1000
|
4 |
+
C284L0BW,T7MCWJCH,10000,10000,M,M,150,1000
|
5 |
+
CWISLMD8,T3TOBWUG,10299,10299,M,M,80,1000
|
6 |
+
CC7LDIT8,T8116Y0G,10000,10000,F,F,150,1000
|
7 |
+
CC7LDIT8,TWRUWCPN,10000,10000,F,F,150,1000
|
8 |
+
C9H974BG,T3TOBWUG,10299,10299,M,M,80,1000
|
9 |
+
CNF1H42J,T3TOBWUG,10299,10299,M,M,150,1000
|
10 |
+
CE6UEC1O,T7MCWJCH,10000,10000,M,M,150,1000
|
11 |
+
CK6M2NS1,T3TOBWUG,10299,10299,M,M,80,1000
|
12 |
+
CQUTD1M4,T7MCWJCH,10000,10000,M,M,150,1000
|
13 |
+
CVQFV1FT,T7MCWJCH,10000,10000,M,M,150,1000
|
14 |
+
CY1P5GIT,TOPODGDN,10299,10299,F,F,80,100
|
15 |
+
CY1P5GIT,TCMOG6KW,10299,10299,F,F,80,1000
|
16 |
+
COZCYTB5,T8116Y0G,10000,10000,F,F,150,1000
|
17 |
+
COZCYTB5,TWRUWCPN,10000,10000,F,F,150,1000
|
18 |
+
CZIVWFKD,T8116Y0G,10000,10000,F,F,150,1000
|
19 |
+
CZIVWFKD,TWRUWCPN,10000,10000,F,F,150,1000
|
20 |
+
CI5JKVGD,T7MCWJCH,10000,10000,M,M,80,1000
|
21 |
+
CFQ40SW8,T3TOBWUG,10299,10299,M,M,80,1000
|
22 |
+
C1H88RTC,T3TOBWUG,10299,10299,M,M,150,1000
|
23 |
+
CPCSNDJ7,T8116Y0G,10000,10000,F,F,80,1000
|
24 |
+
CPCSNDJ7,TWRUWCPN,10000,10000,F,F,80,1000
|
25 |
+
CB3O3UA1,T8116Y0G,10000,10000,F,F,80,1000
|
26 |
+
CB3O3UA1,TWRUWCPN,10000,10000,F,F,80,1000
|
27 |
+
CXILE5C5,T8116Y0G,10000,10000,F,F,80,1000
|
28 |
+
CXILE5C5,TWRUWCPN,10000,10000,F,F,80,1000
|
29 |
+
CNG2PLER,TOPODGDN,10299,10299,F,F,80,100
|
30 |
+
CNG2PLER,TCMOG6KW,10299,10299,F,F,80,1000
|
31 |
+
CJC4KVH8,T7MCWJCH,10000,10000,M,M,80,1000
|
32 |
+
CC00QCUZ,TOPODGDN,10299,10299,F,F,150,100
|
33 |
+
CC00QCUZ,TCMOG6KW,10299,10299,F,F,150,1000
|
34 |
+
C9WJN1DJ,T3TOBWUG,10299,10299,M,M,80,1000
|
35 |
+
C0XK8SNZ,T8116Y0G,10000,10000,F,F,80,1000
|
36 |
+
C0XK8SNZ,TWRUWCPN,10000,10000,F,F,80,1000
|
37 |
+
CFPCLITI,TOPODGDN,10299,10299,F,F,150,100
|
38 |
+
CFPCLITI,TCMOG6KW,10299,10299,F,F,150,1000
|