I am comparing two columns in a pandas DF, A and B like this:
df[\'A\'].gt(df[\'B\'])
but get this error:
TypeError: \'>\' not supp