tail

Contents

tail#

Catalog.tail(n: int = 5) NestedFrame#

Returns a few rows of data from the end of the catalog for previewing purposes.

Parameters:
nint, default 5

The number of desired rows.

Returns:
npd.NestedFrame

A NestedFrame with up to n rows of data.