Sorts the data frame by the row index in ascending order.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public DataFrame<R, C> SortByIndex()
Public Function SortByIndex As DataFrame(Of R, C)
public:
DataFrame<R, C>^ SortByIndex()
member SortByIndex : unit -> DataFrame<'R, 'C>
Return Value
Type:
DataFrameR,
CA new data frame that has been sorted by its index
in ascending order.
Reference