Material for a mini tutorial to get started working with pandera for data validation.
You can directly open and run the Jupyter notebook in an executable environment by clicking on the binder batch displayed above. Your changes will not be saved.
If you want your changes to be saved, you have to run the code locally.
E.g., if you work with conda:
- Create an environment with the following command:
conda env create -f environment.yml
- Activate the environment:
conda activate pandera-intro
- Execute
jupyter lab
and open the server in your browser
- Python 3.11
- Packages listed in requirements.txt