smallpond.dataframe.DataFrame.take#

DataFrame.take(limit: int) List[Dict[str, Any]]#

Return up to limit rows.

This operation will trigger execution of the lazy transformations performed on this DataFrame.