UNPKG

arquero

Version:

Query processing and transformation of array-backed data tables.

6 lines (5 loc) 111 B
export function unorder(table) { return table.isOrdered() ? table.create({ order: null }) : table; }