SORT

Sort frame using provided column(s).

Syntax

SORT(frame, column_names, [isDescending])
  • frame - Frame to sort.

  • column_names - Column names to use for sorting.

  • [isDescending] - TRUE if frame should be sorted in descending order.

Sample Usage

Return Value

  • The numerical average value in a dataset.

Notes

See Also

Last updated

Was this helpful?