File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -332,8 +332,8 @@ validation
332332```
333333
334334If you have a custom check, you can define a column predicate expression in the ` col_vals_expr() `
335- validation method. Here, we're using a Pandas table but we can interchangably use a lamda or a
336- Narwhals column expression.
335+ validation method. Here, we're using a Pandas table but we can interchangably use a lambda or a
336+ Narwhals column expression in ` expr= ` .
337337
338338``` {python}
339339import pointblank as pb
@@ -353,7 +353,7 @@ validation
353353```
354354
355355With this check of a Polars table with ` col_vals_expr() ` , we can use a fairly sophisticated Polars
356- column expression (a Narwhals one is okay here too ).
356+ column expression (a Narwhals equivalent can be used instead ).
357357
358358``` {python}
359359import pointblank as pb
You can’t perform that action at this time.
0 commit comments