Conditional Logic
General Info
Useful Snippets

10.0.2 Where Column Does NOT Equal Value

Example:

# Where Column is not equal to a value
DF_Filtered = [( DF['B'] != 'b' )]