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 5The number of desired rows. Returns: npd.NestedFrameA NestedFrame with up to n rows of data.