concatEdit page Last modified: 14 January 2025Returns DataFrame with the union of rows from several given DataFrame objects.df.concat(df1, df2)listOf(df1, df2).concat()See all use cases of 'concat' operation.