I\'m trying to find pandas equivalent of ...
UPDATE table SET col3 = NULL WHERE col1 != col2
I tried...
df[df[\'col1\'] != df[\'co