pandera.backends.narwhals.builtin_checks.greater_than_or_equal_to

pandera.backends.narwhals.builtin_checks.greater_than_or_equal_to(col_expr, min_value)[source]

Ensure all values are greater than or equal to a minimum value.

Parameters:
  • col_expr (Expr) – Narwhals column expression to check.

  • min_value (Any) – Allowed minimum value. Must be a type comparable to the dtype of the series to be validated.

Return type:

Expr