pandera.core.checks.Check.ge# classmethod Check.ge(cls, min_value, **kwargs)[source]# Ensure all values are greater or equal a certain value. Parameters min_value (Any) – Allowed minimum value for values of a series. Must be a type comparable to the dtype of the pandas.Series to be validated. kwargs (Dict[str, Any]) – arguments forwarded to the Check constructor. Return type Check