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