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

modin.pandas.DataFrame.eq¶

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

Perform equality comparison of DataFrame and other (binary operator eq).