Pandas - Compare two DFs of unequal legnth with df.compare

后端 未结 0 1389
不知归路
不知归路 2021-02-19 22:05
df_1.compare(df_2, align_axis=0, keep_equal=True).rename(index={\'self\': \'Prev\', \'other\': \'New\'}, level=1)

df_1 = {\'budget_id\':[\'1\', \'2\', \'3\', \'4\'], 
          


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