Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 1 missing columns ({'Credit_Score'})

This happened while the csv dataset builder was generating data using

hf://datasets/Rianknow/creditscoring/test.csv (at revision 7fd77bc9b0803a6794931bf3438d3c0d3ac0232e)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              ID: string
              Customer_ID: string
              Month: string
              Name: string
              Age: string
              SSN: string
              Occupation: string
              Annual_Income: string
              Monthly_Inhand_Salary: double
              Num_Bank_Accounts: int64
              Num_Credit_Card: int64
              Interest_Rate: int64
              Num_of_Loan: string
              Type_of_Loan: string
              Delay_from_due_date: int64
              Num_of_Delayed_Payment: string
              Changed_Credit_Limit: string
              Num_Credit_Inquiries: double
              Credit_Mix: string
              Outstanding_Debt: string
              Credit_Utilization_Ratio: double
              Credit_History_Age: string
              Payment_of_Min_Amount: string
              Total_EMI_per_month: double
              Amount_invested_monthly: string
              Payment_Behaviour: string
              Monthly_Balance: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 3724
              to
              {'ID': Value(dtype='string', id=None), 'Customer_ID': Value(dtype='string', id=None), 'Month': Value(dtype='string', id=None), 'Name': Value(dtype='string', id=None), 'Age': Value(dtype='string', id=None), 'SSN': Value(dtype='string', id=None), 'Occupation': Value(dtype='string', id=None), 'Annual_Income': Value(dtype='string', id=None), 'Monthly_Inhand_Salary': Value(dtype='float64', id=None), 'Num_Bank_Accounts': Value(dtype='int64', id=None), 'Num_Credit_Card': Value(dtype='int64', id=None), 'Interest_Rate': Value(dtype='int64', id=None), 'Num_of_Loan': Value(dtype='string', id=None), 'Type_of_Loan': Value(dtype='string', id=None), 'Delay_from_due_date': Value(dtype='int64', id=None), 'Num_of_Delayed_Payment': Value(dtype='string', id=None), 'Changed_Credit_Limit': Value(dtype='string', id=None), 'Num_Credit_Inquiries': Value(dtype='float64', id=None), 'Credit_Mix': Value(dtype='string', id=None), 'Outstanding_Debt': Value(dtype='string', id=None), 'Credit_Utilization_Ratio': Value(dtype='float64', id=None), 'Credit_History_Age': Value(dtype='string', id=None), 'Payment_of_Min_Amount': Value(dtype='string', id=None), 'Total_EMI_per_month': Value(dtype='float64', id=None), 'Amount_invested_monthly': Value(dtype='string', id=None), 'Payment_Behaviour': Value(dtype='string', id=None), 'Monthly_Balance': Value(dtype='string', id=None), 'Credit_Score': Value(dtype='string', id=None)}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1321, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 935, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 missing columns ({'Credit_Score'})
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/Rianknow/creditscoring/test.csv (at revision 7fd77bc9b0803a6794931bf3438d3c0d3ac0232e)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

ID
string
Customer_ID
string
Month
string
Name
string
Age
string
SSN
string
Occupation
string
Annual_Income
string
Monthly_Inhand_Salary
float64
Num_Bank_Accounts
int64
Num_Credit_Card
int64
Interest_Rate
int64
Num_of_Loan
string
Type_of_Loan
string
Delay_from_due_date
int64
Num_of_Delayed_Payment
string
Changed_Credit_Limit
string
Num_Credit_Inquiries
float64
Credit_Mix
string
Outstanding_Debt
string
Credit_Utilization_Ratio
float64
Credit_History_Age
string
Payment_of_Min_Amount
string
Total_EMI_per_month
float64
Amount_invested_monthly
string
Payment_Behaviour
string
Monthly_Balance
string
Credit_Score
string
0x1602
CUS_0xd40
January
Aaron Maashoh
23
821-00-0265
Scientist
19114.12
1,824.843333
3
4
3
4
Auto Loan, Credit-Builder Loan, Personal Loan, and Home Equity Loan
3
7
11.27
4
_
809.98
26.82262
22 Years and 1 Months
No
49.574949
80.41529543900253
High_spent_Small_value_payments
312.49408867943663
Good
0x1603
CUS_0xd40
February
Aaron Maashoh
23
821-00-0265
Scientist
19114.12
null
3
4
3
4
Auto Loan, Credit-Builder Loan, Personal Loan, and Home Equity Loan
-1
null
11.27
4
Good
809.98
31.94496
null
No
49.574949
118.28022162236736
Low_spent_Large_value_payments
284.62916249607184
Good
0x1604
CUS_0xd40
March
Aaron Maashoh
-500
821-00-0265
Scientist
19114.12
null
3
4
3
4
Auto Loan, Credit-Builder Loan, Personal Loan, and Home Equity Loan
3
7
_
4
Good
809.98
28.609352
22 Years and 3 Months
No
49.574949
81.699521264648
Low_spent_Medium_value_payments
331.2098628537912
Good
0x1605
CUS_0xd40
April
Aaron Maashoh
23
821-00-0265
Scientist
19114.12
null
3
4
3
4
Auto Loan, Credit-Builder Loan, Personal Loan, and Home Equity Loan
5
4
6.27
4
Good
809.98
31.377862
22 Years and 4 Months
No
49.574949
199.4580743910713
Low_spent_Small_value_payments
223.45130972736786
Good
0x1606
CUS_0xd40
May
Aaron Maashoh
23
821-00-0265
Scientist
19114.12
1,824.843333
3
4
3
4
Auto Loan, Credit-Builder Loan, Personal Loan, and Home Equity Loan
6
null
11.27
4
Good
809.98
24.797347
22 Years and 5 Months
No
49.574949
41.420153086217326
High_spent_Medium_value_payments
341.48923103222177
Good
0x1607
CUS_0xd40
June
Aaron Maashoh
23
821-00-0265
Scientist
19114.12
null
3
4
3
4
Auto Loan, Credit-Builder Loan, Personal Loan, and Home Equity Loan
8
4
9.27
4
Good
809.98
27.262259
22 Years and 6 Months
No
49.574949
62.430172331195294
!@9#%8
340.4792117872438
Good
0x1608
CUS_0xd40
July
Aaron Maashoh
23
821-00-0265
Scientist
19114.12
1,824.843333
3
4
3
4
Auto Loan, Credit-Builder Loan, Personal Loan, and Home Equity Loan
3
8_
11.27
4
Good
809.98
22.537593
22 Years and 7 Months
No
49.574949
178.3440674122349
Low_spent_Small_value_payments
244.5653167062043
Good
0x1609
CUS_0xd40
August
null
23
#F%$D@*&8
Scientist
19114.12
1,824.843333
3
4
3
4
Auto Loan, Credit-Builder Loan, Personal Loan, and Home Equity Loan
3
6
11.27
4
Good
809.98
23.933795
null
No
49.574949
24.785216509052056
High_spent_Medium_value_payments
358.12416760938714
Standard
0x160e
CUS_0x21b1
January
Rick Rothackerj
28_
004-07-5839
_______
34847.84
3,037.986667
2
4
6
1
Credit-Builder Loan
3
4
5.42
2
Good
605.03
24.464031
26 Years and 7 Months
No
18.816215
104.291825168246
Low_spent_Small_value_payments
470.69062692529184
Standard
0x160f
CUS_0x21b1
February
Rick Rothackerj
28
004-07-5839
Teacher
34847.84
3,037.986667
2
4
6
1
Credit-Builder Loan
7
1
7.42
2
Good
605.03
38.550848
26 Years and 8 Months
No
18.816215
40.39123782853101
High_spent_Large_value_payments
484.5912142650067
Good
0x1610
CUS_0x21b1
March
Rick Rothackerj
28
004-07-5839
Teacher
34847.84_
3,037.986667
2
1,385
6
1
Credit-Builder Loan
3
-1
5.42
2
_
605.03
33.224951
26 Years and 9 Months
No
18.816215
58.51597569589465
High_spent_Large_value_payments
466.46647639764313
Standard
0x1611
CUS_0x21b1
April
Rick Rothackerj
28
004-07-5839
Teacher
34847.84
null
2
4
6
1
Credit-Builder Loan
3
3_
5.42
2
Good
605.03
39.182656
26 Years and 10 Months
No
18.816215
99.30622796053305
Low_spent_Medium_value_payments
465.6762241330048
Good
0x1612
CUS_0x21b1
May
Rick Rothackerj
28
004-07-5839
Teacher
34847.84
3,037.986667
2
4
6
1
Credit-Builder Loan
3
1
6.42
2
Good
605.03
34.977895
26 Years and 11 Months
No
18.816215
130.11542024292334
Low_spent_Small_value_payments
444.8670318506144
Good
0x1613
CUS_0x21b1
June
Rick Rothackerj
28
004-07-5839
Teacher
34847.84
3,037.986667
2
4
6
1
Credit-Builder Loan
3
0
5.42
2
Good
605.03
33.38101
27 Years and 0 Months
No
18.816215
43.477190144355745
High_spent_Large_value_payments
481.505261949182
Good
0x1614
CUS_0x21b1
July
Rick Rothackerj
28
004-07-5839
Teacher
34847.84
null
2
4
6
1
Credit-Builder Loan
3
4
5.42
2
Good
605.03
31.131702
27 Years and 1 Months
NM
18.816215
70.10177420755677
High_spent_Medium_value_payments
464.8806778859809
Good
0x1615
CUS_0x21b1
August
Rick Rothackerj
28
004-07-5839
Teacher
34847.84
3,037.986667
2
4
6
1
Credit-Builder Loan
3
4
5.42
2
Good
605.03
32.933856
27 Years and 2 Months
No
18.816215
218.90434353388733
Low_spent_Small_value_payments
356.07810855965045
Good
0x161a
CUS_0x2dbc
January
Langep
34
486-85-3974
_______
143162.64
12,187.22
1
5
8
3
Auto Loan, Auto Loan, and Not Specified
5
8
7.1
3
Good
1303.01
28.616735
17 Years and 9 Months
No
246.992319
168.413702679309
!@9#%8
1043.3159778669492
Good
0x161b
CUS_0x2dbc
February
null
34
486-85-3974
Engineer
143162.64
12,187.22
1
5
8
3
Auto Loan, Auto Loan, and Not Specified
13
6
7.1
3
Good
1303.01
41.702573
17 Years and 10 Months
No
246.992319
232.86038375993544
High_spent_Small_value_payments
998.8692967863226
Good
0x161c
CUS_0x2dbc
March
Langep
34
486-85-3974
_______
143162.64
null
1
5
8
3
Auto Loan, Auto Loan, and Not Specified
8
7
11.1
null
Good
1303.01
26.519815
17 Years and 11 Months
No
246.992319
__10000__
High_spent_Small_value_payments
715.741367403555
Good
0x161d
CUS_0x2dbc
April
Langep
34
486-85-3974
Engineer
143162.64
12,187.22
1
5
8
3
Auto Loan, Auto Loan, and Not Specified
8
5
9.1
3
_
1303.01
39.501648
null
No
246.992319
825.2162699393922
Low_spent_Medium_value_payments
426.5134106068658
Good
0x161e
CUS_0x2dbc
May
Langep
34
486-85-3974
_______
143162.64
12,187.22
1
5
8
3
Auto Loan, Auto Loan, and Not Specified
10
5
7.1
3
Good
1303.01
31.37615
18 Years and 1 Months
No
246.992319
430.9475278803298
Low_spent_Large_value_payments
810.7821526659284
Good
0x161f
CUS_0x2dbc
June
Langep
34
486-85-3974
Engineer
143162.64
12,187.22
1
5
8
967
Auto Loan, Auto Loan, and Not Specified
8
6
7.1
3
Good
1303.01
39.783993
18 Years and 2 Months
No
246.992319
257.80809942568976
High_spent_Medium_value_payments
963.9215811205684
Good
0x1620
CUS_0x2dbc
July
null
34
486-85-3974
Engineer
143162.64
12,187.22
1
5
8
3
Auto Loan, Auto Loan, and Not Specified
8
6
7.1
3
Good
1303.01
38.068624
18 Years and 3 Months
No
246.992319
263.17416316163934
High_spent_Small_value_payments
968.5555173846187
Standard
0x1621
CUS_0x2dbc
August
Langep
34
486-85-3974
Engineer
143162.64
12,187.22
1
5
8
3
Auto Loan, Auto Loan, and Not Specified
8
6
7.1
3
Good
1303.01
38.374753
18 Years and 4 Months
No
246.992319
__10000__
High_spent_Small_value_payments
895.494583180492
Standard
0x1626
CUS_0xb891
January
Jasond
54
072-31-6145
Entrepreneur
30689.89
2,612.490833
2
5
4
1
Not Specified
0
6
1.99
4
Good
632.46
26.544229
17 Years and 3 Months
No
16.415452
81.22885871073616
Low_spent_Large_value_payments
433.6047729627723
Standard
0x1627
CUS_0xb891
February
Jasond
54
072-31-6145
Entrepreneur
30689.89
2,612.490833
2
5
4
1
Not Specified
5
3
1.99
4
Good
632.46
35.279982
17 Years and 4 Months
No
16.415452
124.88181990234848
Low_spent_Small_value_payments
409.95181177115995
Standard
0x1628
CUS_0xb891
March
Jasond
55
072-31-6145
Entrepreneur
30689.89
2,612.490833
2
5
4
1
Not Specified
3
9
1.99
4
Good
632.46
32.301163
17 Years and 5 Months
NM
16.415452
83.40650880252501
High_spent_Medium_value_payments
411.42712287098345
Standard
0x1629
CUS_0xb891
April
Jasond
55
072-31-6145
Entrepreneur
30689.89_
2,612.490833
2
5
4
1
Not Specified
7
6
-2.01
4
Good
632.46
38.132348
17 Years and 6 Months
No
16.415452
272.3340373956682
Low_spent_Small_value_payments
262.4995942778403
Standard
0x162a
CUS_0xb891
May
Jasond
55
072-31-6145
Entrepreneur
30689.89
2,612.490833
2
5
4
1
Not Specified
5
6
-1.01
4
Good
632.46
41.154317
17 Years and 7 Months
No
16.415452
__10000__
Low_spent_Large_value_payments
359.37491550776383
Standard
0x162b
CUS_0xb891
June
Jasond
55
#F%$D@*&8
_______
30689.89
2,612.490833
2
5
4
1
Not Specified
5
6
-3.01
4
_
632.46
27.445422
17 Years and 8 Months
No
16.415452
84.95284817115969
High_spent_Small_value_payments
419.8807835023488
Standard
0x162c
CUS_0xb891
July
Jasond
55
072-31-6145
Entrepreneur
30689.89
2,612.490833
2
5
4
1
Not Specified
5
null
1.99
4
Good
632.46
26.056395
17 Years and 9 Months
No
16.415452
71.28367488286933
Low_spent_Large_value_payments
443.5499567906391
Standard
0x162d
CUS_0xb891
August
Jasond
55
072-31-6145
Entrepreneur
30689.89
2,612.490833
2
5
4
-100
Not Specified
4
9
1.99
4
Good
632.46
27.332515
17 Years and 10 Months
No
16.415452
125.61725053231268
High_spent_Small_value_payments
379.21638114119577
Standard
0x1632
CUS_0x1cdb
January
Deepaa
21
615-06-7821
Developer
35547.71_
2,853.309167
7
5
5
0
null
5
null
2.58
4
Standard
943.86
39.797764
30 Years and 8 Months
Yes
0
276.72539431736266
!@9#%8
288.60552234930395
Standard
0x1633
CUS_0x1cdb
February
Deepaa
21
615-06-7821
Developer
35547.71
null
7
5
5
0
null
9
null
2.58
4
Standard
943.86
27.02036
30 Years and 9 Months
NM
0
74.44364104999623
High_spent_Medium_value_payments
460.88727561667037
Standard
0x1634
CUS_0x1cdb
March
Deepaa
21
615-06-7821
Developer
35547.71
2,853.309167
7
5
5
-100
null
5
12
2.58
4
Standard
943.86
23.462303
30 Years and 10 Months
Yes
0
173.13865100158367
Low_spent_Medium_value_payments
392.1922656650829
Standard
0x1635
CUS_0x1cdb
April
Deepaa
21
615-06-7821
Developer
35547.71
2,853.309167
7
5
5
0
null
1
15
2.58
4
_
943.86
28.924954
30 Years and 11 Months
Yes
0
96.78548508587444
High_spent_Medium_value_payments
438.5454315807922
Standard
0x1636
CUS_0x1cdb
May
Deepaa
21
615-06-7821
Developer
35547.71
2,853.309167
7
5
5
0
null
9
17
2.58
4
_
943.86
41.776187
31 Years and 0 Months
Yes
0
62.72327834435009
High_spent_Small_value_payments
482.6076383223166
Standard
0x1637
CUS_0x1cdb
June
Deepaa
21
615-06-7821
Developer
35547.71
null
7
5
5
0_
null
5
15
2.58
4
Standard
943.86
29.217556
31 Years and 1 Months
Yes
0
37.64363788963997
High_spent_Medium_value_payments
497.6872787770267
Standard
0x1638
CUS_0x1cdb
July
Deepaa
21
615-06-7821
Developer
35547.71
2,853.309167
7
5
5
0
null
10
15
2.58
4
Standard
943.86
26.263823
31 Years and 2 Months
Yes
0
181.0119827315892
Low_spent_Small_value_payments
394.31893393507744
Standard
0x1639
CUS_0x1cdb
August
Deepaa
21
615-06-7821
Developer
35547.71
2,853.309167
7
5
5
-100
null
1
15
2.58
4
Standard
943.86
25.862922
31 Years and 3 Months
Yes
0
181.33090096186916
High_spent_Small_value_payments
364.00001570479753
Standard
0x163e
CUS_0x95ee
January
Np
31
612-70-8987
Lawyer
73928.46
null
4
1,288
8
0
null
12
10
10.14
2
Good
548.2
39.962685
null
No
15,015
98.67440994166124
High_spent_Large_value_payments
740.1960900583389
Good
0x163f
CUS_0x95ee
February
Np
31
612-70-8987
_______
73928.46
5,988.705
4
5
8
0
null
8
7
10.14
2
Good
548.2
42.769864
32 Years and 0 Months
NM
0
172.93921446875606
Low_spent_Medium_value_payments
705.931285531244
Good
0x1640
CUS_0x95ee
March
Np
31
612-70-8987
Lawyer
73928.46
5,988.705
4
5
8
0
null
8
7
10.14
2
Good
548.2
40.712187
null
No
0
150.05973429800815
High_spent_Medium_value_payments
698.8107657019921
Good
0x1641
CUS_0x95ee
April
Np
31
612-70-8987
Lawyer
73928.46
5,988.705
4
5
8
0
null
8
7
10.14
2
Good
548.2
30.201658
32 Years and 2 Months
No
0
618.2023912505837
Low_spent_Small_value_payments
270.66810874941655
Good
0x1642
CUS_0x95ee
May
Np
31
612-70-8987
Lawyer
73928.46
5,988.705
4
5
5,318
0
null
11
7
10.14
2
_
548.2
26.33331
32 Years and 3 Months
No
0
177.95183568608738
Low_spent_Large_value_payments
690.9186643139128
Good
0x1643
CUS_0x95ee
June
Np
31
612-70-8987
Lawyer
73928.46
5,988.705
4
5
8
0
null
7
7
10.14
2
Good
548.2
35.275437
null
No
15,515
235.79032503182026
Low_spent_Large_value_payments
633.0801749681799
Good
0x1644
CUS_0x95ee
July
Np
31
612-70-8987
Lawyer
73928.46
5,988.705
4
5
8
0
null
8
4
9.14
2
_
548.2
36.624791
32 Years and 5 Months
No
0
348.5093995125948
High_spent_Small_value_payments
510.36110048740534
Standard
0x1645
CUS_0x95ee
August
Np
31
612-70-8987
Lawyer
73928.46
5,988.705
4
5
8
0
null
8
7
10.14
null
Good
548.2
31.58099
32 Years and 6 Months
No
0
42.63559025189578
!@9#%8
796.2349097481042
Good
0x164a
CUS_0x284a
January
Nadiaq
33
411-51-0676
Lawyer
131313.4
11,242.783333
0
1
8
2
Credit-Builder Loan, and Mortgage Loan
0
3
9.34
2
Good
352.16
32.200509
30 Years and 7 Months
NM
137.644605
378.1712535207537
High_spent_Medium_value_payments
858.462474411158
Good
0x164b
CUS_0x284a
February
Nadiaq
34
411-51-0676
Lawyer
131313.4
11,242.783333
0
1
8
2
Credit-Builder Loan, and Mortgage Loan
-1
2
15.34
4
Good
352.16
31.98371
30 Years and 8 Months
No
137.644605
698.8732707169384
High_spent_Small_value_payments
547.7604572149734
Good
0x164c
CUS_0x284a
March
Nadiaq
34
411-51-0676
Lawyer
131313.4
10,469.207759
0
1
8
2
Credit-Builder Loan, and Mortgage Loan
0
3
9.34
4
Good
352.16
31.803134
30 Years and 9 Months
NM
911.220179
188.06432109973838
High_spent_Large_value_payments
1038.5694068321734
Good
0x164d
CUS_0x284a
April
Nadiaq
34
#F%$D@*&8
Lawyer
131313.4
10,469.207759
0
1
8
2
Credit-Builder Loan, and Mortgage Loan
0
2
8.34
4
Good
352.16
42.645785
30 Years and 10 Months
No
23,834
337.43495631738324
High_spent_Medium_value_payments
899.1987716145285
Good
0x164e
CUS_0x284a
May
Nadiaq
34
411-51-0676
Lawyer
131313.4
10,469.207759
0
1
8
2
Credit-Builder Loan, and Mortgage Loan
0
4
9.34
4
Good
352.16
40.902517
30 Years and 11 Months
No
32,662
263.3789089320552
High_spent_Large_value_payments
963.2548189998564
Good
0x164f
CUS_0x284a
June
Nadiaq
34
411-51-0676
Lawyer
131313.4
null
0
1
8
-100
Credit-Builder Loan, and Mortgage Loan
0
3_
11.34
4
Good
352.16
41.98017
31 Years and 0 Months
No
911.220179
86.56638801207531
High_spent_Large_value_payments
1140.0673399198365
Standard
0x1650
CUS_0x284a
July
Nadiaq
34_
#F%$D@*&8
Lawyer
10909427.0
null
0
1
8
2
Credit-Builder Loan, and Mortgage Loan
0
2_
9.34
4
Good
352.16
26.947565
31 Years and 1 Months
No
911.220179
930.3918977796665
!@9#%8
326.24183015224526
Good
0x1651
CUS_0x284a
August
Nadiaq
34
411-51-0676
Lawyer
131313.4
10,469.207759
0
1
8
2
Credit-Builder Loan, and Mortgage Loan
0
2
9.34
4
Good
352.16
29.187913
31 Years and 2 Months
No
911.220179
870.52238171816
Low_spent_Medium_value_payments
396.1113462137519
Good
0x1656
CUS_0x5407
January
Annk
7580
500-92-6408
Media_Manager
34081.38_
null
8
7
15
3
Not Specified, Auto Loan, and Student Loan
30
11
17.13
5
Standard
1704.18
24.448063
null
NM
70.478333
162.4410091967751
Low_spent_Large_value_payments
298.19215813115227
Poor
0x1657
CUS_0x5407
February
Annk
30
500-92-6408
Media_Manager
34081.38
2,611.115
8
7
15
3
Not Specified, Auto Loan, and Student Loan
30
14
17.13
5
_
1704.18
35.17116
14 Years and 8 Months
Yes
70.478333
38.4369827577036
High_spent_Large_value_payments
392.19618457022375
Poor
0x1658
CUS_0x5407
March
Annk
30_
500-92-6408
Media_Manager
34081.38
null
8
7
15
3
Not Specified, Auto Loan, and Student Loan
31
14
17.13
5
Standard
1704.18
35.111552
14 Years and 9 Months
Yes
70.478333
199.7207654954979
Low_spent_Large_value_payments
260.9124018324295
Poor
0x1659
CUS_0x5407
April
Annk
30
500-92-6408
_______
34081.38
2,611.115
8
7
15
3
Not Specified, Auto Loan, and Student Loan
34
14
21.13
5
_
1704.18
29.762159
14 Years and 10 Months
Yes
70.478333
220.55219192916718
Low_spent_Small_value_payments
260.0809753987602
Poor
0x165a
CUS_0x5407
May
Annk
30
500-92-6408
_______
34081.38
2,611.115
8
7
15
3
Not Specified, Auto Loan, and Student Loan
27
14
17.13
5
_
1704.18
30.206214
14 Years and 11 Months
Yes
70.478333
null
High_spent_Large_value_payments
397.2283547370202
Standard
0x165b
CUS_0x5407
June
Annk
30
500-92-6408
Media_Manager
34081.38
2,611.115
8
7
15
-100
Not Specified, Auto Loan, and Student Loan
30
14
18.13
5
Standard
1704.18
31.170872
15 Years and 0 Months
Yes
70.478333
null
!@9#%8
410.6743660782873
Standard
0x165c
CUS_0x5407
July
Annk
30
500-92-6408
Media_Manager
34081.38
null
8
7
15
3
Not Specified, Auto Loan, and Student Loan
30
11
17.13
5
Standard
1704.18
38.438505
15 Years and 1 Months
NM
70.478333
55.45978063925893
High_spent_Small_value_payments
395.17338668866836
Standard
0x165d
CUS_0x5407
August
Annk
30
500-92-6408
Media_Manager
34081.38
2,611.115
8
7
15
3
Not Specified, Auto Loan, and Student Loan
30
14
17.13
9
_
1704.18
33.823488
15 Years and 2 Months
Yes
70.478333
29.32636371091455
High_spent_Medium_value_payments
411.3068036170128
Poor
0x1662
CUS_0x4157
January
null
23
070-19-1622
Doctor
114838.41
9,843.8675
2
5
7
-100
Personal Loan, Debt Consolidation Loan, and Auto Loan
13
11
8.24
3
Good
1377.74
33.664554
21 Years and 4 Months
No
226.892792
215.19351594560425
High_spent_Small_value_payments
802.3004421328528
Good
0x1663
CUS_0x4157
February
Charlie Zhur
23
070-19-1622
Doctor
114838.41
9,843.8675
2
5
7
3
Personal Loan, Debt Consolidation Loan, and Auto Loan
14
8
_
3
Good
1377.74
27.626325
21 Years and 5 Months
NM
226.892792
212.23560220847847
High_spent_Large_value_payments
785.2583558699787
Good
0x1664
CUS_0x4157
March
Charlie Zhur
23
070-19-1622
Doctor
114838.41_
null
2
5
7
3
Personal Loan, Debt Consolidation Loan, and Auto Loan
11
11
_
3
Good
1377.74
35.141567
21 Years and 6 Months
NM
226.892792
470.3857956796373
High_spent_Small_value_payments
547.1081623988198
Good
0x1665
CUS_0x4157
April
Charlie Zhur
23
070-19-1622
Doctor
114838.41
null
2
5
7
3
Personal Loan, Debt Consolidation Loan, and Auto Loan
11
14
8.24
8
Good
1377.74
30.459032
21 Years and 7 Months
No
226.892792
225.08204945419
!@9#%8
772.411908624267
Good
0x1666
CUS_0x4157
May
Charlie Zhur
23
070-19-1622
Doctor
114838.41
9,843.8675
2
5
7
3
Personal Loan, Debt Consolidation Loan, and Auto Loan
11
11
11.24
8
Good
1377.74
29.819187
21 Years and 8 Months
No
226.892792
649.8093641841638
High_spent_Small_value_payments
367.6845938942932
Standard
0x1667
CUS_0x4157
June
Charlie Zhur
24
070-19-1622
Doctor
114838.41
9,843.8675
2
5
7
3
Personal Loan, Debt Consolidation Loan, and Auto Loan
13
14
8.24
8
_
1377.74
26.114214
21 Years and 9 Months
NM
226.892792
546.3805705230692
!@9#%8
491.11338755538793
Good
0x1668
CUS_0x4157
July
Charlie Zhur
24
070-19-1622
Doctor
114838.41
9,843.8675
2
5
7
3
Personal Loan, Debt Consolidation Loan, and Auto Loan
11
null
8.24
8
Good
1377.74
31.767516
21 Years and 10 Months
No
226.892792
215.4682977385688
High_spent_Medium_value_payments
792.0256603398883
Good
0x1669
CUS_0x4157
August
Charlie Zhur
24_
070-19-1622
Doctor
114838.41
9,843.8675
2
5
7
3
Personal Loan, Debt Consolidation Loan, and Auto Loan
11
11
8.24
8
Good
1377.74
27.813354
21 Years and 11 Months
No
226.892792
254.57176724837916
High_spent_Large_value_payments
742.9221908300779
Standard
0x166e
CUS_0xba08
January
Jamesj
44
366-68-1681
Journalist
31370.8
2,825.233333
0
5
12
2
Not Specified, and Payday Loan
4
0
5.76
2
Good
421.43
29.519353
null
NM
46.616129
154.352781097101
High_spent_Small_value_payments
341.55442316289026
Good
0x166f
CUS_0xba08
February
Jamesj
44
366-68-1681
Journalist
31370.8
2,825.233333
1
6
12
2
Not Specified, and Payday Loan
2
0
-1.2400000000000002
2
Good
421.43
28.220481
26 Years and 6 Months
No
46.616129
298.7444693112266
Low_spent_Small_value_payments
227.1627349487646
Good
0x1670
CUS_0xba08
March
Jamesj
44
366-68-1681
Journalist
31370.8
2,825.233333
1
6
12
2
Not Specified, and Payday Loan
-2
0
1.7599999999999998
5
Good
421.43
31.046418
26 Years and 7 Months
No
46.616129
140.8206959818371
Low_spent_Medium_value_payments
375.0865082781542
Good
0x1671
CUS_0xba08
April
Jamesj
44
366-68-1681
Journalist
31370.8
2,825.233333
1
6
12
2
Not Specified, and Payday Loan
1
0
5.76
5
_
421.43
30.16803
26 Years and 8 Months
No
46.616129
233.6055264233428
Low_spent_Small_value_payments
292.3016778366485
Good
0x1672
CUS_0xba08
May
Jamesj
44
366-68-1681
Journalist
31370.8
2,825.233333
1
6
12
2
Not Specified, and Payday Loan
1
0
5.76
5
_
421.43
25.189232
26 Years and 9 Months
No
16,415
184.70057162057685
Low_spent_Small_value_payments
341.20663263941435
Good
0x1673
CUS_0xba08
June
Jamesj
44
366-68-1681
Journalist
31370.8
2,825.233333
1
6
12
2
Not Specified, and Payday Loan
1
0
5.76
5
Good
421.43
25.502469
null
No
46.616129
137.71742489512621
Low_spent_Medium_value_payments
378.18977936486505
Good
0x1674
CUS_0xba08
July
Jamesj
45
366-68-1681
Journalist
31370.8
2,825.233333
1
6
12
-100
Not Specified, and Payday Loan
-1
2
5.76
5
Good
421.43
22.762202
26 Years and 11 Months
No
46.616129
188.3949004901688
Low_spent_Small_value_payments
337.51230376982244
Good
0x1675
CUS_0xba08
August
Jamesj
45
366-68-1681
Journalist
31370.8
null
1
6
12
2
Not Specified, and Payday Loan
-2
2
5.76
5
_
421.43
37.565053
27 Years and 0 Months
No
46.616129
252.6448271968889
Low_spent_Small_value_payments
273.2623770631024
Good
0x167a
CUS_0xa66b
January
null
40
221-30-8554
Teacher
33751.27
2,948.605833
5
5
20
3_
Credit-Builder Loan, Personal Loan, and Auto Loan
16
20
11.0
4
Standard
1328.93
37.089076
19 Years and 2 Months
NM
65.008174
117.30669710658556
High_spent_Medium_value_payments
362.54571194023237
Standard
0x167b
CUS_0xa66b
February
Saphirj
40
221-30-8554
Teacher
33751.27
2,948.605833
5
5
20
3
Credit-Builder Loan, Personal Loan, and Auto Loan
16
20
11.0
4
Standard
1328.93
30.908081
19 Years and 3 Months
Yes
65.008174
70.13107792087979
High_spent_Large_value_payments
399.7213311259382
Standard
0x167c
CUS_0xa66b
March
Saphirj
40
221-30-8554
_______
33751.27
null
5
5
20
3
Credit-Builder Loan, Personal Loan, and Auto Loan
16
20
11.0
8
Standard
1328.93
38.030722
19 Years and 4 Months
Yes
65.008174
270.18258222151513
Low_spent_Large_value_payments
229.6698268253028
Standard
0x167d
CUS_0xa66b
April
Saphirj
40
221-30-8554
Teacher
33751.27
2,948.605833
5
5
20
3
Credit-Builder Loan, Personal Loan, and Auto Loan
17
22
11.0
8
Standard
1328.93
23.404413
19 Years and 5 Months
Yes
65.008174
25.192561910314712
High_spent_Large_value_payments
444.65984713650323
Standard
0x167e
CUS_0xa66b
May
Saphirj
40
221-30-8554
Teacher
33751.27
2,948.605833
5
5
20
3_
Credit-Builder Loan, Personal Loan, and Auto Loan
16
20
8.0
8
Standard
1328.93
29.073758
19 Years and 6 Months
Yes
65.008174
243.32968479530567
Low_spent_Small_value_payments
276.5227242515123
Standard
0x167f
CUS_0xa66b
June
Saphirj
40
221-30-8554
Teacher
33751.27
2,948.605833
5
5
20
3
Credit-Builder Loan, Personal Loan, and Auto Loan
16
20
11.0
8
Standard
1328.93
32.782637
19 Years and 7 Months
Yes
65.008174
72.86008181289458
High_spent_Medium_value_payments
406.9923272339233
Standard
0x1680
CUS_0xa66b
July
Saphirj
40
221-30-8554
Teacher
33751.27
2,948.605833
5
5
20
3
Credit-Builder Loan, Personal Loan, and Auto Loan
16
20
11.0
8
Standard
1328.93
35.584005
19 Years and 8 Months
Yes
65.008174
35.427169541683696
!@9#%8
444.4252395051343
Standard
0x1681
CUS_0xa66b
August
Saphirj
41
221-30-8554
Teacher
33751.27
2,948.605833
5
5
20
3
Credit-Builder Loan, Personal Loan, and Auto Loan
16
17
11.0
8
Standard
1328.93_
31.139484
null
Yes
65.008174
25.969611914778515
High_spent_Large_value_payments
443.88279713203934
Standard
0x1686
CUS_0xc0ab
January
Soyoungd
32
342-90-2649
Engineer
88640.24
7,266.686667
3
6
1
2
Payday Loan, and Payday Loan
-1
0
3.51
3
Good
950.36
28.210617
25 Years and 5 Months
No
135.173371
98.93176402067013
High_spent_Large_value_payments
732.563531674279
Standard
0x1687
CUS_0xc0ab
February
Soyoungd
33_
342-90-2649
Engineer
88640.24
7,266.686667
3
6
433
2
Payday Loan, and Payday Loan
4
2
3.51
3
Good
950.36
41.036168
25 Years and 6 Months
NM
135.173371
157.174788304235
High_spent_Large_value_payments
674.3205073907143
Good
0x1688
CUS_0xc0ab
March
Soyoungd
33
342-90-2649
Engineer
88640.24
7,266.686667
3
6
1
2
Payday Loan, and Payday Loan
4
0
3.51
3
Good
950.36
34.670194
25 Years and 7 Months
No
135.173371
298.1889114624804
High_spent_Medium_value_payments
543.3063842324688
Standard
0x1689
CUS_0xc0ab
April
Soyoungd
33
342-90-2649
Engineer
88640.24
7,266.686667
3
6
1
2
Payday Loan, and Payday Loan
4
2
3.51
3
Good
950.36
31.828536
25 Years and 8 Months
No
135.173371
null
Low_spent_Small_value_payments
86.63611982901625
Standard
0x168a
CUS_0xc0ab
May
Soyoungd
33
342-90-2649
Engineer
88640.24
7,266.686667
3
6
1
2
Payday Loan, and Payday Loan
4
2
3.51
3
Good
950.36
34.702837
25 Years and 9 Months
No
135.173371
279.61862207772435
High_spent_Medium_value_payments
561.8766736172248
Good
0x168b
CUS_0xc0ab
June
Soyoungd
33
342-90-2649
Engineer
88640.24
7,266.686667
3
6
1
2
Payday Loan, and Payday Loan
4
0
3.51
3
Good
950.36
38.323639
25 Years and 10 Months
No
135.173371
686.1262165951837
Low_spent_Small_value_payments
195.36907909976551
Good
0x168c
CUS_0xc0ab
July
Soyoungd
33
342-90-2649
Engineer
88640.24_
null
3
6
1
2_
Payday Loan, and Payday Loan
4
2
3.51
3
_
950.36
25.979173
25 Years and 11 Months
No
80,357
164.0748218779106
High_spent_Large_value_payments
667.4204738170387
Good
0x168d
CUS_0xc0ab
August
Soyoungd
33
342-90-2649
Engineer
88640.24
7,266.686667
3
6
1
2
Payday Loan, and Payday Loan
-1
null
3.51
3
Good
950.36
30.870799
26 Years and 0 Months
No
135.173371
98.44195128223792
High_spent_Large_value_payments
733.0533444127112
Good
0x1692
CUS_0x3e45
January
Harriet McLeodd
35
414-53-2918
Entrepreneur
54392.16
4,766.68
6
4
14
3
Not Specified, Student Loan, and Personal Loan
10
8
5.54
3
Standard
179.22
25.649246
26 Years and 10 Months
Yes
124.392082
243.73543739209438
Low_spent_Large_value_payments
378.54048018698535
Standard
0x1693
CUS_0x3e45
February
Harriet McLeodd
35_
414-53-2918
Entrepreneur
54392.16
4,766.68
6
4
14
3
Not Specified, Student Loan, and Personal Loan
10
10
4.54
3
Standard
179.22
29.408775
26 Years and 11 Months
Yes
124.392082
142.75186411942676
High_spent_Medium_value_payments
459.52405345965286
Standard
0x1694
CUS_0x3e45
March
Harriet McLeodd
35
#F%$D@*&8
Entrepreneur
54392.16_
null
6
4
14
3
Not Specified, Student Loan, and Personal Loan
15
11
5.54
3
_
179.22
31.258928
27 Years and 0 Months
NM
124.392082
33.349568589344514
High_spent_Large_value_payments
558.9263489897351
Standard
0x1695
CUS_0x3e45
April
Harriet McLeodd
35
414-53-2918
Entrepreneur
54392.16
4,766.68
6
4
14
3
Not Specified, Student Loan, and Personal Loan
10
7
0.54
3
Standard
179.22
27.192587
27 Years and 1 Months
Yes
124.392082
494.8422277056662
Low_spent_Small_value_payments
147.43368987341347
Standard
End of preview.

No dataset card yet

Downloads last month
7