ungroup#
- swordfish.function.ungroup()#
For table X, where some columns are array vectors or columnar tuples, returns the normalized table, with one row for each element of the flattened array vector or columnar tuple.
If X does not contain array vectors or columnar tuples or the number of rows for X is 0, returns X directly.
- Parameters:
X (Constant) – A table object.