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.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.