FutureWarning: elementwise comparison failed; returning, This FutureWarning isn't from Pandas, it is from numpy, here's how to reproduce the warning nearer to the source of the trouble: import numpy as np print(np.__version__) # Numpy version '1.12.0' 'x' in np.ar...