I have two dataframes:
df1 which consists of column from col1 to col7
df2 which consists of column from col1 to col9
I need to perform union of these two dataframes, however it fails because of the two extra columns.
Any idea what other function can be used?