Suppose I have a dataframe as below
a b c
1 1 45
0 2 74
2 2 54
1 4 44
Now I want the rows where column a and b are not same. So the expected outpu is
a b c
0 2 74
1 4 44
How can I do this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…