Check if value from one dataframe exists in another dataframe

后端 未结 4 1368
-上瘾入骨i
-上瘾入骨i 2020-12-02 23:52

I have 2 dataframes.

Df1 = pd.DataFrame({\'name\': [\'Marc\', \'Jake\', \'Sam\', \'Brad\']
Df2 = pd.DataFrame({\'IDs\': [\'Jake\', \'John\', \'Marc\', \'Tony         


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