-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathimport_data.json
More file actions
50 lines (50 loc) · 776 Bytes
/
import_data.json
File metadata and controls
50 lines (50 loc) · 776 Bytes
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
[
{
"fields": {
"type_name": "column",
"type_function": "column"
},
"model": "script_builder.fieldtype",
"pk": 1
},
{
"fields": {
"type_name": "index",
"type_function": "index"
},
"model": "script_builder.fieldtype",
"pk": 2
},
{
"fields": {
"type_name": "count",
"type_function": "len"
},
"model": "script_builder.fieldtype",
"pk": 3
},
{
"fields": {
"type_name": "sum",
"type_function": "np.sum"
},
"model": "script_builder.fieldtype",
"pk": 4
},
{
"fields": {
"type_name": "mean",
"type_function": "np.mean"
},
"model": "script_builder.fieldtype",
"pk": 5
},
{
"fields": {
"type_name": "median",
"type_function": "np.median"
},
"model": "script_builder.fieldtype",
"pk": 6
}
]