I try to merge a new dataframe based on a dataframe composed by element and a other dataframe with unique dataframe.
The dataframe1 :
col1
0 A1
1 A1,A5
2 A1
3 A2,A9,A3
4 A3
The dataframe2 :
column1 column2
0 A1 DE
1 A2 DZ
2 A3 DA
3 A4 AC
4 A5 RC
5 A6 UC
6 A7 TC
7 A8 VC
8 A9 WC
9 A10 XC
The final dataframe :
col1 column1 column2
0 A1 A1 DE
1 A1,A5 A1 DE
2 A1,A5 A5 RC
2 A1 A1 DE
3 A2,A9,A3 A2 DZ
4 A2,A9,A3 A9 WC
5 A2,A9,A3 A3 DA
6 A3 A3 DA
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…