dataship-frame
Version:
A Data Frame for Javascript. Crunch numbers in node and the browser.
23 lines (22 loc) • 668 B
JSON
[
{"N" : 10000,
"id" : [{"K" : 3, "type" : "int8"}, {"K" : 3, "type" : "int8"}],
"value" : [{"K" : 100, "type" : "int32"}]
},
{"N" : 10000,
"id" : [{"K" : 3, "type" : "int32"}, {"K" : 3, "type" : "int32"}],
"value" : [{"K" : 100, "type" : "float32"}]
},
{"N" : 10000,
"id" : [{"K" : 3, "type" : "int32"}, {"K" : 3, "type" : "int32"}],
"value" : [{"K" : 100, "type" : "int32"}]
},
{"N" : 100000,
"id" : [{"K" : 3, "type" : "int32"}, {"K" : 3, "type" : "int32"}],
"value" : [{"K" : 100, "type" : "int32"}]
},
{"N" : 1000000,
"id" : [{"K" : 3, "type" : "uint8"}, {"K" : 3, "type" : "int32"}],
"value" : [{"K" : 100, "type" : "float64"}]
}
]