DataFrame.le
Get Less than or Equal to of DataFrame and other, element-wise (binary operator eq).
Last updated
Get Less than or Equal to of DataFrame and other, element-wise (binary operator eq).
Last updated
other
DataFrame, Series, Array, Scalar
Data structure, or array-like object to compare against
option
Object
axis: 0 or 1. If 0, add column-wise, if 1, add row-wise
{axis: 1}