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

modin.pandas.DataFrame.le¶

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

Get less than or equal comparison of DataFrame and other, element-wise (binary operator le).