π Duplicate RowsΒΆ
augmentors.table.duplicate_rows
type: DuplicateTableRows
[source]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.