pandera.core.checks.Check.not_equal_to# classmethod Check.not_equal_to(cls, 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. kwargs (Dict[str, Any]) – arguments forwarded to the Check constructor. Return type Check