Check if an attribute is less than or equal to a value (<=).
<=
df.scan('movies', { year: le(2000) })
An object describing the comparison
The value to be compared to
Generated using TypeDoc
Check if an attribute is less than or equal to a value (
<=
).Example
Returns
An object describing the comparison