prefix(_:)
Creates a subset of the table given a number of initial rows.
Declaration
func prefix(_ maxLength: Int = 10) -> MLDataTableParameters
- maxLength:
The largest number of rows to use from the beginning of the data table. The default value is
10.
Return Value
A new data table.