modin.pandas.DataFrame.le

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

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

OSZAR »