Contents

suffix(_:)

Creates a subset of the table given a number of final rows.

Declaration

func suffix(_ maxLength: Int = 10) -> MLDataTable

Parameters

  • maxLength:

    The largest number of rows to use from the end of the data table. The default value is 10.

Return Value

A new data table.

See Also

Selecting rows