Click or drag to resize
FrameModuleSortRowsC, R Method
Returns a data frame that contains the same data as the input, but whose rows are ordered on a particular column of the frame. [category:Sorting and index manipulation]

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

Parameters

colKey
Type: C

[Missing <param name="colKey"/> documentation for "M:Deedle.FrameModule.SortRows``2(``0,Deedle.Frame{``1,``0})"]

frame
Type: DeedleFrameR, C

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

Type Parameters

C
R

Return Value

Type: FrameR, C

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

See Also