Last updated 1 year ago
Check if a value is empty or NULL
IsMissing(value)
value- A value to check
value
For String columns, we donβt distinguish between the null and empty string (ββ)
IsMissing("") β true IsMissing(null) β true