.. pandera package index documentation toctree .. currentmodule:: pandera API === .. list-table:: :widths: 30 70 * - :ref:`Core ` - The core objects for defining pandera schemas * - :ref:`Data Types ` - Data types for type checking and coercion. * - :ref:`DataFrame Models ` - Alternative class-based API for defining types for tabular/array-like data. * - :ref:`Decorators ` - Decorators for integrating pandera schemas with python functions. * - :ref:`Schema Inference ` - Bootstrap schemas from real data * - :ref:`IO Utilities ` - Utility functions for reading/writing schemas * - :ref:`Data Synthesis Strategies ` - Module of functions for generating data from schemas. * - :ref:`Extensions ` - Utility functions for extending pandera functionality * - :ref:`Errors ` - Pandera-specific exceptions .. toctree:: :hidden: core dtypes dataframe_models decorators schema_inference io strategies extensions errors