Returns a data frame that contains the values in the vector
arranged according to the levels in a hierarchical index.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public DataFrame<R, C> Unstack<R, C>()
Public Function Unstack(Of R, C) As DataFrame(Of R, C)
public:
generic<typename R, typename C>
DataFrame<R, C>^ Unstack()
member Unstack : unit -> DataFrame<'R, 'C>
Type Parameters
- R
- The element type of the row index.
- C
- The element type of the column index.
Return Value
Type:
DataFrameR,
C
Reference