Files
2026-02-08 11:20:43 -10:00

422 B
Vendored

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.