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