subscript(_:)
Creates a subset of the table given a range expression of rows.
Declaration
subscript<R>(slice: R) -> MLDataTable where R : RangeExpression, R.Bound == Int { get }Parameters
- slice:
An interger range expression indicating which rows to include in the new data table.
Return Value
A new data table.