π 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): each row to be duplicated is to show that many times
Read more about catalog usage here.