Skip to content

Commit ce6422e

Browse files
authored
Update data_synthesis_strategies.md (#2126)
Signed-off-by: Owen Lund <owen.p.lund@gmail.com>
1 parent 3ce6a42 commit ce6422e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/data_synthesis_strategies.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ check = pa.Check(lambda x: x.between(0, 100))
210210
You can then define a strategy for this check with:
211211

212212
```{code-cell} python
213+
import pandera.strategies.pandas_strategies as st
214+
213215
def in_range_strategy(pandera_dtype, strategy=None):
214216
if strategy is None:
215217
# handle base strategy case

0 commit comments

Comments
 (0)