IsMissing
Check if a value is empty or NULL
IsMissing("") → true
IsMissing(null) → trueInputs
IsMissing(value)
value- A value to check
Description
For String columns, we don’t distinguish between the null and empty string (””)
Check if a value is empty or NULL
IsMissing("") → true
IsMissing(null) → trueIsMissing(value)
value- A value to check
For String columns, we don’t distinguish between the null and empty string (””)