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