πŸ“„ Truncate RowsΒΆ

augmentors.table.truncate_rows

Explanation about TruncateTableRowsΒΆ

Limits table rows to specified limit by removing excess rows via random selection.

Args:

rows_to_keep (int): number of rows to keep.

Read more about catalog usage here.