Skip to main content

Basic syntax

column is None and column is not None will not work as expected because Python requires is statements to evaluate to True or False.