-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
80 lines (80 loc) · 1.79 KB
/
Copy pathmetadata.json
File metadata and controls
80 lines (80 loc) · 1.79 KB
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
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
{
"filename": "sample-bank-data.json",
"NumberofRows": 23,
"Numberoffields": 17,
"fields": {
"first_name": {
"type": "string",
"uniquevals": 23
},
"last_name": {
"type": "string",
"uniquevals": 23
},
"pep": {
"type": "string",
"uniquevals": 2
},
"mortgage": {
"type": "string",
"uniquevals": 2
},
"gender": {
"type": "string",
"uniquevals": 2
},
"Company": {
"type": "string",
"uniquevals": 23
},
"married": {
"type": "string",
"uniquevals": 2
},
"children": {
"max": 3.0,
"type": "numeric",
"min": 0.0
},
"id": {
"max": 24.0,
"type": "numeric",
"min": 2.0
},
"email": {
"type": "string",
"uniquevals": 23
},
"current_act": {
"type": "string",
"uniquevals": 2
},
"income": {
"max": 484545.0,
"type": "numeric",
"min": 15538.8
},
"debitcard": {
"max": 9691928949545340.0,
"type": "numeric",
"min": 1182387522195850.0
},
"ip_address": {
"type": "string",
"uniquevals": 23
},
"age": {
"max": 66.0,
"type": "numeric",
"min": 22.0
},
"save_act": {
"type": "string",
"uniquevals": 2
},
"car": {
"type": "string",
"uniquevals": 2
}
}
}