Skip to content

Commit

Permalink
Add missing pandas import line. (#1635)
Browse files Browse the repository at this point in the history
Signed-off-by: [Kyle Weise] <[kweise@ratiotx.com]>
Co-authored-by: [Kyle Weise] <[kweise@ratiotx.com]>
  • Loading branch information
kyleweise and [Kyle Weise] committed May 10, 2024
1 parent be74271 commit 95e412f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/checks.md
Expand Up @@ -30,6 +30,7 @@ series must evaluate to `True`, for example:

```{code-cell} python
import pandera as pa
import pandas as pd
check_lt_10 = pa.Check(lambda s: s <= 10)
Expand Down

0 comments on commit 95e412f

Please sign in to comment.