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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.