Condensed Data
Note
See Condensed Data for explanation how condensed data handling works.
Contains the raw dataset. The attribute names are omitted and the data can not
be interpreted without other information such as Condensed Presentation
or Condensed CSV
.
Model
The only valid structure is raw scalar values in nested arrays. Nothing else is permitted.
Example
[
[
"Ford",
["sedan", [12000, "Yes"]],
["wagon", [14000, "Unknown"]],
"SVT3",
null,
"car_sell",
["ABS", "winter tires"]
],
[
"Mazda",
["sedan", [15000, "No"]],
["wagon", [16000, "No"]],
null,
"car_buy",
null,
null,
[
["Uwe", "Stralsund"],
["Pedro", "Quetzaltenango"]
],
[
["NTP Detail", null, "ntp"],
["NTP Config", "main.ntp"],
["NTP Events", null, null, 1635773640],
["NTP Statistics", null, null, null, 1635770000, ["statType_01"]]
]
]
]