Click or drag to resize
FrameModuleUnstackO, R, C Method
This function is the opposite of `stack`. It takes a data frame with three columns named `Row`, `Column` and `Value` and reconstructs a data frame by using `Row` and `Column` as row and column index keys, respectively. [category:Grouping, windowing and chunking]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static Frame<R, C> Unstack<O, R, C>(
	Frame<O, string> frame
)

Parameters

frame
Type: DeedleFrameO, String

[Missing <param name="frame"/> documentation for "M:Deedle.FrameModule.Unstack``3(Deedle.Frame{``0,System.String})"]

Type Parameters

O
R
C

Return Value

Type: FrameR, C

[Missing <returns> documentation for "M:Deedle.FrameModule.Unstack``3(Deedle.Frame{``0,System.String})"]

See Also