πŸ“„ Duplicate ColumnsΒΆ

augmentors.table.duplicate_columns

Explanation about DuplicateTableColumnsΒΆ

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

Args:

column_indices (List[int]): columns to be duplicated

times(int): each column to be duplicated is to show that many times

Read more about catalog usage here.