I have 3 dataframes, all having different columns. I want to merge all the dataframes to a single dataframe (which will have all the columns contained in 3 individual dataframes). I am using scala for this. How should I proceed.?
Asked
Active
Viewed 259 times