Hi, all. When comparing two variables, eg is x > y, I only get one answer "False" which I believe has to do with mixed (and incompatible) data types for x and y. Despite attempts at converting to float() and other dtypes, I have not found a solution. The logs highlight the issue. Any help would be greatly appreciated.

Author