Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Seinsche committed Sep 15, 2024
1 parent ba6cd87 commit 78fd3f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/dataframe_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,10 @@ except pa.errors.SchemaErrors as exc:
```

Note that mixtures of `DataFrame` schemas and built-in types will ignore checking built-in types
with pandera. Pydantic should be used to check and/or coerce any built-in types.
with pandera. For example, for a return value with annotation
`list[DataFrame[Schema], DataFrame[Schema]]` the elements of the list will not be checked
against the Schema.
Pydantic should be used to check and/or coerce any built-in types.

```{code-cell} python
import pandas as pd
Expand Down

0 comments on commit 78fd3f2

Please sign in to comment.