Column.isnull()
Return a condition evaluating toTrue where this container evaluates to None, and evaluating to False elsewhere.
- Return type: RelationalCondition[TypeVar, Literal[‘EQ’], NoneType]
True where this container evaluates to None, and evaluating to False elsewhere.