Skip to content

Commit 687682b

Browse files
committed
Update example in docs of col_vals_expr()
1 parent 8ffa08c commit 687682b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pointblank/validate.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2516,6 +2516,13 @@ def col_vals_expr(
25162516
.col_vals_expr(expr=pl.col("a") % 1 == 0)
25172517
.interrogate()
25182518
)
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.
25192526
"""
25202527

25212528
assertion_type = _get_fn_name()

0 commit comments

Comments
 (0)