Skip to main content
Table.head(
    n: int = 5,
) → DataFrame
Return at most n random rows of the table. If the table has some keys, the returned DataFrame will be indexed by them.

Parameters

n

int