Comparing 2 columns of two Python Pandas dataframes and getting the common rows

前端 未结 4 992
旧巷少年郎
旧巷少年郎 2020-12-03 18:43

I have 2 Dataframe as follows:

DF1=
    A    B   C    D
0   AA   BA  KK   0
1   AD   BD  LL   0
2   AF   BF  MM   0

DF2=
    K    L
0   AA   BA
1   AD   BF
         


        
4条回答
提交回复
热议问题