how to use replace on pandas with two df?

后端 未结 0 601
北海茫月
北海茫月 2020-12-07 02:34

i am trying to replace values on df with values from another df

first df

data={"col1":[np.nan,3,4,5,9,2,6],
"col2":[4,2,4,6,0,1,5],         


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