-
Notifications
You must be signed in to change notification settings - Fork 0
/
5-records.json
39 lines (39 loc) · 896 Bytes
/
5-records.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[
{
"income": 82428,
"number_of_credit_cards": 3,
"age": 9,
"politically_exposed": true,
"job_industry_code": "2-930 - Exterior Plants",
"phone_number": "486-356-0375"
},
{
"income": 434120,
"number_of_credit_cards": 9,
"age": 74,
"politically_exposed": true,
"phone_number": "693-572-9000"
},
{
"income": 401203,
"number_of_credit_cards": 3,
"age": 19,
"politically_exposed": true,
"job_industry_code": "1-000 - Purpose",
"phone_number": "206-324-0507"
},
{
"income": 327964,
"age": 50,
"politically_exposed": false,
"job_industry_code": "3 - Concrete",
"phone_number": "813-342-6986"
},
{
"income": 268071,
"number_of_credit_cards": 3,
"politically_exposed": true,
"job_industry_code": "2-260 - Excavation Support and Protection",
"phone_number": "882-211-8960"
}
]