Logic#
|
Bitwise and operator with the given expressions. |
|
Compare if 2 expressions are equal, equivalent to expr == other. |
|
Compare if 2 expressions are equal an, equivalent to expr == other. |
|
Greater or equal operator. |
|
Greater than operator. |
|
If an expression is between the given bounds. |
If an element value is finite. |
|
|
If an element value is in the given collection. |
If an element value is infinite. |
|
If an element value is NaN. |
|
If an element value is not NaN. |
|
If an element value is not null (None). |
|
If an element value is null (None). |
|
If an element value is unique for all values in the column. |
|
|
Less or equal operator. |
|
Less than operator. |
|
Compare if 2 expressions are not equal, equivalent to expr != other. |
|
Compare if 2 expressions are not equal an, equivalent to expr != other. |
Negate a boolean expression. |
|
|
Bitwise or operator with the given expressions. |
|
Bitwise xor operator with the given expression. |