ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Column NameDescription
2
ID Represents a unique identification of an entry
3
Customer_ID Represents a unique identification of a person
4
Month Represents the month of the year
5
Name Represents the name of a person
6
Age Represents the age of the person
7
SSN Represents the social security number of a person
8
Occupation Represents the occupation of the person
9
Annual_Income Represents the annual income of the person
10
Monthly_Inhand_Salary Represents the monthly base salary of a person
11
Num_Bank_Accounts Represents the number of bank accounts a person holds
12
Num_Credit_Card Represents the number of other credit cards held by a person
13
Interest_Rate Represents the interest rate on credit card
14
Num_of_Loan Represents the number of loans taken from the bank
15
Type_of_Loan Represents the types of loan taken by a person
16
Delay_from_due_date Represents the average number of days delayed from the payment date
17
Num_of_Delayed_Payment Represents the average number of payments delayed by a person
18
Changed_Credit_Limit Represents the percentage change in credit card limit
19
Num_Credit_Inquiries Represents the number of credit card inquiries
20
Credit_Mix Represents the classification of the mix of credits
21
Outstanding_Debt Represents the remaining debt to be paid (in USD)
22
Credit_Utilization_Ratio Represents the utilization ratio of credit card
23
Credit_History_Age Represents the age of credit history of the person
24
Payment_of_Min_Amount Represents whether only the minimum amount was paid by the person
25
Total_EMI_per_month Represents the monthly EMI payments (in USD)
26
Amount_invested_monthly Represents the monthly amount invested by the customer (in USD)
27
Payment_Behaviour Represents the payment behavior of the customer (in USD)
28
Monthly_Balance Represents the monthly balance amount of the customer (in USD)
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100