Pointblank Validation | |||||||||||||
2025-01-20|18:17:43 Polars |
|||||||||||||
STEP | COLUMNS | VALUES | TBL | EVAL | UNITS | PASS | FAIL | W | S | N | EXT | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
#4CA64C | 1 |
|
✓ | 13 | 13 1.00 |
0 0.00 |
— | — | — | — | |||
#4CA64C | 2 |
|
✓ | 13 | 13 1.00 |
0 0.00 |
— | — | — | — | |||
2025-01-20 18:17:43 UTC< 1 s2025-01-20 18:17:43 UTC |
Set Membership
Perform validations that check whether values are part of a set (or not part of one).
import pointblank as pb
= (
validation
pb.Validate(=pb.load_dataset(dataset="small_table", tbl_type="polars")
data
)="f", set=["low", "mid", "high"]) # part of this set
.col_vals_in_set(columns="f", set=["zero", "infinity"]) # not part of this set
.col_vals_not_in_set(columns
.interrogate()
)
validation
Preview of Input Table
PolarsRows13Columns8 |
||||||||