- class paguro.validation.ValidFrame
Settings¶
-
with_columns_policy(*, ordered: bool =
False, ...) Self Frame wide rules for columns.
Information¶
Transformations¶
- transform(data: IntoValidation, *, ...) TransformFrameTree
Applies the specified transformation and returns the transformed target data tree.
Export¶
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.
-
with_columns_policy(*, ordered: bool =