UNPKG

arquero

Version:

Query processing and transformation of array-backed data tables.

6 lines (5 loc) 112 B
export function ungroup(table) { return table.isGrouped() ? table.create({ groups: null }) : table; }