EXPAND ALL
  • Home

logicalNot

Returns: BOOLEAN

True if input is Falsey otherwise False.

Arguments

VariableTypeDescription
b1INT64 / BOOLEANThe value to Invert.

Examples:

# Implicit call.
df.not_can_filter = not df.can_filter
# Explicit call.
df.not_can_filter = px.logicalNot(df.can_filter)
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.