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