pandera.api.checks.Check.not_equal_to#

classmethod Check.not_equal_to(value, **kwargs)[source]#

Ensure no elements of a data container equals a certain value.

Parameters

value (Any) – This value must not occur in the checked pandas.Series.

Return type

Check