head# Catalog.head(n: int = 5) → NestedFrame# Returns a few rows of initial data for previewing purposes. Parameters: nint, default 5The number of desired rows. Returns: npd.NestedFrameA NestedFrame with up to n rows of data.