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