swat.cas.table.CASTable.tail

CASTable.tail(n=5, columns=None, bygroup_as_index=True, casout=None)

Retrieve last n rows

Parameters:
n : int or long, optional

The number of rows to return.

columns : list-of-strings, optional

A subset of columns to return.

bygroup_as_index : boolean

If By groups are specified, should they be converted to an index?

Returns:
SASDataFrame

Notes

Since CAS tables can be distributed across a grid of computers, the order is not guaranteed. If you do not apply a sort order using sort_values() the results are not predictable.