polars expr-not for expression

Creates a not expression.

Signature

> polars expr-not {flags}

Input/output types:

inputoutput
anyany

Examples

Creates a not expression

> (polars col a) > 2) | polars expr-not