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