You are viewing documentation about an older version (1.27.0). View latest version

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).