turicreate.SFrame.tail

SFrame.tail(n=10)

The last n rows of the SFrame.

Parameters:
n : int, optional

The number of rows to fetch.

Returns:
out : SFrame

A new SFrame which contains the last n rows of the current SFrame

See also

head, print_rows