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: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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