modin.pandas.DataFrame.ne¶

DataFrame.ne(other, axis='columns', level=None) → DataFrame[source]¶

Get not equal comparison of DataFrame and other, element-wise (binary operator ne).