Pandera

Latest version: v0.20.4

Safety actively analyzes 679296 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 16 of 16

0.1.0

Release Notes

- **Major change**: This release updates changes the API of the `DataFrameSchema` object.
Instead of passing a list of `Column`s, you now pass a dictionary where the keys are `column_name`s
values are `Column` objects. This makes the API feel a lot more familiar for pandas users, who may
often define `DataFrame`s in a similar way (see [README](https://github.com/cosmicBboy/pandera/blob/master/README.md) for details).
- renamed `Validator` to `Check` for brevity and clarity (accordingly renamed `validator_{input, output}`
to `check_{input, output}`.
- created convenience variables for `PandasDtype` so they can be accessed in `pandera` namespace:
`Bool`, `DatetTime`, `Category`, `Float`, `Int`, `Object`, `String`, `Timedelta`

0.0.5

0.0.4

0.0.3

0.0.2

initial release of pandera. API likely to change

Page 16 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.