API¶
DataFrames¶
The core objects for defining pandera schemas |
|
|
|
Data types for type checking and coercion. |
|
Alternative class-based API for defining types for tabular/array-like data. |
|
Decorators for integrating pandera schemas with python functions. |
|
Bootstrap schemas from real data |
|
Utility functions for reading/writing schemas |
|
Module of functions for generating data from schemas. |
|
Utility functions for extending pandera functionality |
|
Pandera-specific exceptions |
Configuration¶
Global configuration (validation enabled, depth, caching) |
|
Whether to apply checks at schema-level, data-level, or both |
|
Indicates whether a check operates at schema or data level |
|
Context manager to temporarily override config settings |
|
Get the current configuration context |
|
Get the global configuration |
|
Reset context configuration to the global default |
See :ref:api-core for full details.