Skip to content

A notebook to get started working with pandera for data validation

Notifications You must be signed in to change notification settings

carolinscholl/pandera-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pandera-intro

Material for a mini tutorial to get started working with pandera for data validation.

Quickstart in Binder

Binder

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.

Get started locally

If you want your changes to be saved, you have to run the code locally.

E.g., if you work with conda:

  1. Create an environment with the following command: conda env create -f environment.yml
  2. Activate the environment: conda activate pandera-intro
  3. Execute jupyter lab and open the server in your browser

Dependencies

  • Python 3.11
  • Packages listed in requirements.txt

About

A notebook to get started working with pandera for data validation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published