throws
Uncaught TypeError: Cannot read properties of undefined (reading 'length')
at fromTextRows (/home/yevs/fleetseer/fleetseer/node_modules/.pnpm/arquero@5.1.0/node_modules/arquero/dist/arquero.node.js:7347:17)
However,
table([['y', []], ['x0', []], ['x1', []])
succeeds in creating a table with the correct column names, albeit no rows.