duplicate

Edit pageLast modified: 24 July 2025

Returns DataFrame with original DataRow repeated n times.

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

Related operations: Append / duplicate rows

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