We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffa08c commit 687682bCopy full SHA for 687682b
pointblank/validate.py
@@ -2516,6 +2516,13 @@ def col_vals_expr(
2516
.col_vals_expr(expr=pl.col("a") % 1 == 0)
2517
.interrogate()
2518
)
2519
+
2520
+ validation
2521
+ ```
2522
2523
+ Printing the `validation` object shows the validation table in an HTML viewing environment.
2524
+ The validation table shows the single entry that corresponds to the validation step created
2525
+ by using `col_vals_expr()`. All test units passed, with no failing test units.
2526
"""
2527
2528
assertion_type = _get_fn_name()
0 commit comments