Skip to content

Commit 49bb2a4

Browse files
authored
Merge pull request #48 from yassun7010/add_pandera_feature
update pandera feature doc
2 parents 9ceabdb + 405d11e commit 49bb2a4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/adapters/snowflake.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ pip install "turu[snowflake]"
7373
### Pandas DataFrame Validation using Pandera
7474
You can use [Pandera](https://pandera.readthedocs.io/en/stable/) to validate the `pandas.DataFrame`.
7575

76+
!!! note
77+
78+
Pandera is optional feature. If you want to use Pandera, you need to install pandera like this:
79+
80+
```sh
81+
pip install pandera
82+
```
83+
7684
```python
7785
--8<-- "docs/data/turu_snowflake_sample_pandera.py"
7886
```

0 commit comments

Comments
 (0)