concat
Returns 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.
04 March 2026
Returns DataFrame with the union of rows from several given DataFrame objects.
See all use cases of 'concat' operation.