Skip to content

Commit 3960945

Browse files
committed
Disable eval for Python examples in blog post
1 parent 6afba80 commit 3960945

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/blog/validation-libs-2025/index.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ for the modern data ecosystem with first-class support for complex validation sc
537537
### Example
538538

539539
```{python}
540+
#| eval: false
540541
import polars as pl
541542
import dataframely as dy
542543
@@ -573,6 +574,7 @@ features, it brings a fairly sophisticated approach to validation failures. Rath
573574
exceptions, it provides detailed failure analysis:
574575

575576
```{python}
577+
#| eval: false
576578
# Soft validation: separate valid and invalid rows
577579
good_data, failure_info = UserSchema.filter(user_data, cast=True)
578580

0 commit comments

Comments
 (0)