atoti.Column.isnull()#
- Column.isnull()#
Return a condition evaluating to
True
when the element evaluates toNone
andFalse
otherwise.Use ~obj.isnull() for the opposite behavior.
- Return type:
RelationalCondition[+IdentifierT_co, Literal[‘EQ’], NoneType]