Vector<T>.Unstack<R, C> Method

Returns a data frame that contains the values in the vector arranged according to the levels in a hierarchical index.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public DataFrame<R, C> Unstack<R, C>()

Type Parameters

R
The element type of the row index.
C
The element type of the column index.

Return Value

DataFrame<R, C>

See Also