smallpond.dataframe.DataFrame.limit#

DataFrame.limit(limit: int) DataFrame#

Limit the number of rows to the given number.

Unlike take, this method doesn’t trigger execution.