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.
Site Navigation
Section Navigation
Limit the number of rows to the given number.
Unlike take, this method doesn’t trigger execution.