I am doing a project using spark. in some stage i need to merge or concatenate 3 data frame in single data frame. these data frame is coming from spark sql table i have used union function which already merge column with same number from two table but i need to merge unequal column values too . I am confused now is there any way to merging or concatenating unequal column based data frame in pyspark kindly guide me