turicreate.SArray.tail

SArray.tail(n=10)

Get an SArray that contains the last n elements in the SArray.

Parameters:
n : int

The number of elements to fetch

Returns:
out : SArray

A new SArray which contains the last n rows of the current SArray.