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