Contents

suffix(_:)

Creates a subset of the column, given a number of final elements.

Declaration

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

Parameters

  • maxLength:

    The largest number of elements to use from the end of the column. The default value is 10.

Return Value

A new column.

See Also

Selecting elements to generate an untyped column