pandera.core.checks.Check.ne# classmethod Check.ne(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