suffix(from:)
Returns a new slice that contains the final elements of the original slice beginning with the element at a position.
Declaration
func suffix(from position: Int) -> DataFrame.SliceParameters
- position:
A valid index to an element in the slice.
Return Value
A new slice of the underlying data frame.