True if input is Falsey otherwise False.
# Implicit call.df.not_can_filter = not df.can_filter# Explicit call.df.not_can_filter = px.logicalNot(df.can_filter)