Check if an attribute is of a particular data type (attribute_type function).
attribute_type
df.scan('movies', { rating: attribute_type('N') })
An object describing the comparison
The expected type of the attribute
Generated using TypeDoc
Check if an attribute is of a particular data type (
attribute_type
function).Example
Returns
An object describing the comparison