Creates a new Table from an object of typed arrays or JavaScript arrays.
Input an object of typed arrays or JavaScript arrays.
A new Table.
const table = tableFromArrays({ a: [1, 2, 3], b: new Int8Array([1, 2, 3]),}) Copy
const table = tableFromArrays({ a: [1, 2, 3], b: new Int8Array([1, 2, 3]),})
Generated using TypeDoc
Creates a new Table from an object of typed arrays or JavaScript arrays.