subscript(_:)
Creates a subset of the column, given a range of elements.
Declaration
subscript(slice: Range<Int>) -> MLDataColumn<Element> { get }Parameters
- slice:
A range of integers indicating which elements to include in the new column.
Return Value
A new column.