• Check if an attribute is less than or equal to a value (<=).

    Example

    df.scan('movies', { year: le(2000) })
    

    Returns

    An object describing the comparison

    Parameters

    • value: any

      The value to be compared to

    Returns SimpleComparison

Generated using TypeDoc