| FrameModuleSortRowsByKeyR, C Method |
Returns a data frame that contains the same data as the input,
but whose rows are an ordered series. This allows using operations that are
only available on indexed series such as alignment and inexact lookup.
[category:Sorting and index manipulation]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public static Frame<R, C> SortRowsByKey<R, C>(
Frame<R, C> frame
)
Parameters
- frame
- Type: DeedleFrameR, C
[Missing <param name="frame"/> documentation for "M:Deedle.FrameModule.SortRowsByKey``2(Deedle.Frame{``0,``1})"]
Type Parameters
- R
- C
Return Value
Type:
FrameR,
C[Missing <returns> documentation for "M:Deedle.FrameModule.SortRowsByKey``2(Deedle.Frame{``0,``1})"]
See Also