- class paguro.validation.ValidColumn
Settings¶
Validation¶
- validate(data, ...) FrameLike | ValidationError | None
Validate the target data using the validator.
Methods¶
-
gather_predicates(target: pl.Schema | None =
None) list[pl.Expr] Gather all the set rules as predicate expressions.
Information¶
Export¶
-
to_schema(*, build_struct: bool =
True, ...) pl.Schema