Click or drag to resize
FrameModuleSliceColsC, R Method
Returns a frame consisting of the specified columns from the original data frame. The function uses exact key matching semantics. [category:Accessing frame data and lookup]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static Frame<R, C> SliceCols<C, R>(
	IEnumerable<C> columns,
	Frame<R, C> frame
)

Parameters

columns
Type: System.Collections.GenericIEnumerableC

[Missing <param name="columns"/> documentation for "M:Deedle.FrameModule.SliceCols``2(System.Collections.Generic.IEnumerable{``0},Deedle.Frame{``1,``0})"]

frame
Type: DeedleFrameR, C

[Missing <param name="frame"/> documentation for "M:Deedle.FrameModule.SliceCols``2(System.Collections.Generic.IEnumerable{``0},Deedle.Frame{``1,``0})"]

Type Parameters

C
R

Return Value

Type: FrameR, C

[Missing <returns> documentation for "M:Deedle.FrameModule.SliceCols``2(System.Collections.Generic.IEnumerable{``0},Deedle.Frame{``1,``0})"]

See Also