atoti.Column.isnull()#

Column.isnull()#

Return a condition evaluating to True when the element evaluates to None and False otherwise.

Use ~obj.isnull() for the opposite behavior.

Return type:

Condition[IdentifierT_co, Literal[‘eq’], None, None]