DataFrame.OrderBy(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Orders the data frame by a specified column.
public Microsoft.Data.Analysis.DataFrame OrderBy (string columnName);
member this.OrderBy : string -> Microsoft.Data.Analysis.DataFrame
Public Function OrderBy (columnName As String) As DataFrame
Parameters
- columnName
- String
The column name to order by