modin.pandas.DataFrame.ne¶
- DataFrame.ne(other, axis='columns', level=None)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.23.0/../../../../../opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages/modin/pandas/dataframe.py#L1401-L1407)¶
Get not equal comparison of
DataFrame
and other, element-wise (binary operator ne).