I have two dataframes as shown below and I am trying to merge them. But the issue is I want all the values for columns 'Type' to be under 'Type'. For example if I have 5 rows under 'Type' value "000800.00" in DF1 and 3 rows in DF2. I want all 8 rows to be together under the row that and so on. Is there anyway I can do that.
I have attached pictures with sample data for what both Dataframes look like.