comapre value in two dataframe for alerting

前端 未结 0 586
北海茫月
北海茫月 2021-01-13 06:20

I have df like below with:-

import pandas as pd 
  
# initialize list of lists 
data = [[0, 2, 3],[0,2,2],[1,1,1]] 
  
# Create the pandas DataFrame 
df1 = pd         


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