generated from Benjamin-V-Chan/frc-data-science-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexpected_data_structure.json
48 lines (48 loc) · 1.12 KB
/
expected_data_structure.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
40
41
42
43
44
45
46
47
48
{
"metadata": {
"scouterName": "str",
"matchNumber": "int",
"robotTeam": "int",
"robotPosition": {
"values": [
"red_1",
"red_2",
"red_3",
"blue_1",
"blue_2",
"blue_3"
]
}
},
"variables": {
"var1": {
"statistical_data_type": "quantitative"
},
"var2": {
"statistical_data_type": "quantitative"
},
"var3": {
"statistical_data_type": "binary"
},
"var4": {
"var1": {
"statistical_data_type": "categorical",
"values": [
"value1",
"value2",
"value3",
"value4"
]
},
"var2": {
"statistical_data_type": "categorical",
"values": [
"value1",
"value2",
"value3",
"value4"
]
}
}
}
}