IsMissing

Check if a value is empty or NULL

IsMissing("") β†’ true
IsMissing(null) β†’ true

Inputs

IsMissing(value)

  • value- A value to check

Description

For String columns, we don’t distinguish between the null and empty string (””)

Last updated