atoti.Table.head()# Table.head(n=5)# 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) Return type: DataFrame