Scala concat two dataframe

Hi,

i have two dataframe have exactly same row but different columns.

i want to concat these two dataframe side by side without using join.

is there a way to do that in scala?

Thanks!