We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ceabdb + 405d11e commit 49bb2a4Copy full SHA for 49bb2a4
docs/adapters/snowflake.md
@@ -73,6 +73,14 @@ pip install "turu[snowflake]"
73
### Pandas DataFrame Validation using Pandera
74
You can use [Pandera](https://pandera.readthedocs.io/en/stable/) to validate the `pandas.DataFrame`.
75
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
84
```python
85
--8<-- "docs/data/turu_snowflake_sample_pandera.py"
86
```
0 commit comments