np.where to check on True for 1st column then on another

后端 未结 0 1842
无人共我
无人共我 2021-01-19 07:08

i have below dataframe with np.where condition as:

df=pd.DataFrame(data = {\'First\':[1,2,4,6,2,7,8,9],\'Second\':[4,6,7,3,1,3,9,3]})
df[\'First_         


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