πŸ“„ Duplicate RowsΒΆ

augmentors.table.duplicate_rows

Explanation about DuplicateTableRowsΒΆ

Duplicates specific rows of a table for the given number of times.

Args:

row_indices (List[int]) - rows to be duplicated times(int) - how many times to duplicate

Read more about catalog usage here.