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:

RelationalCondition[+IdentifierT_co, Literal[‘EQ’], NoneType]