duplicate

Edit pageLast modified: 20 May 2025

Returns DataFrame with original DataRow repeated n times.

Returns FrameColumn with original DataFrame repeated n times. Resulting FrameColumn will have an empty name.

Returns DataFrame where rows that satisfy to the given condition are repeated n times. If rowCondition is not specified all rows will be duplicated.