| FrameModuleStackR, C Method |
Returns a data frame with three columns named `Row`, `Column`
and `Value` that contains the data of the original data frame
in individual rows.
[category:Grouping, windowing and chunking]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public static Frame<int, string> Stack<R, C>(
Frame<R, C> frame
)
Parameters
- frame
- Type: DeedleFrameR, C
[Missing <param name="frame"/> documentation for "M:Deedle.FrameModule.Stack``2(Deedle.Frame{``0,``1})"]
Type Parameters
- R
- C
Return Value
Type:
FrameInt32,
String[Missing <returns> documentation for "M:Deedle.FrameModule.Stack``2(Deedle.Frame{``0,``1})"]
See Also