concat

Edit page Last modified: 14 January 2025

Returns a DataFrame with the union of rows from several given DataFrame objects.

concat is available for:

DataFrame:

DataColumn:

Iterable<DataFrame>:

Iterable<DataRow>:

Iterable<DataColumn>:

groupBy:

FrameColumn:

If you want to take the union of columns (not rows) from several DataFrame objects, see add.