panderaEasy Playground

Statistical data validation for pandas DataFrames

Getting started with panderaRun locally
Install
pip install pandera
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: pandera)

pandera is a third-party package. Statistical data validation for pandas DataFrames. Install with: pip install pandera

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?