I want to join two dataframes in pandas but with potentially different columns providing the keys since the data is imperfect/dirty

前端 未结 0 933
执笔经年
执笔经年 2021-02-12 04:42

I have two datasets that I want to join but the data is dirty, there is no single column that can act as a perfect key.

df_supplier = pd.DataFrame({
    "Com         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题