Click or drag to resize
FrameModuleSliceRowsR, C Method
Returns a frame consisting of the specified rows 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> SliceRows<R, C>(
	IEnumerable<R> rows,
	Frame<R, C> frame
)

Parameters

rows
Type: System.Collections.GenericIEnumerableR

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

frame
Type: DeedleFrameR, C

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

Type Parameters

R
C

Return Value

Type: FrameR, C

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

See Also