-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtest.json
34 lines (34 loc) · 805 Bytes
/
test.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
{
"Value Labels" : [ {
"0" : ""
}, {
"0" : "Domestic",
"1" : "Foreign"
}, {
"0" : ""
}, {
"0" : ""
}, {
"0" : ""
} ],
"Starting Observation Number" : 1,
"Data Set" : [ {
"mpg" : 24.0,
"price" : 4195.0,
"weight" : 2730.0,
"make" : "Olds Starfire",
"foreign" : 0.0
}, {
"mpg" : 18.0,
"price" : 4934.0,
"weight" : 3470.0,
"make" : "Pont. Firebird",
"foreign" : 0.0
} ],
"Variable Names" : [ "mpg", "foreign", "weight", "price", "make" ],
"Is Variable String" : [ false, false, false, false, true ],
"Number of Observations" : 2,
"Ending Observation Number" : 74,
"Value Label Names" : [ "", "origin", "", "", "" ],
"Variable Labels" : [ "Mileage (mpg)", "Car type", "Weight (lbs.)", "Price", "Make and Model" ]
}