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.
Last modified: 27 September 2024
Returns DataFrame
with the union of rows from several given DataFrame
objects.
See all use cases of 'concat' operation.