.coveragerc
.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
.pylintrc
.readthedocs.yml
CODE_OF_CONDUCT.md
LICENSE.txt
Makefile
README.md
environment.yml
mypy.ini
noxfile.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/CONTRIBUTING.md
.github/FUNDING.yml
.github/config.yml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation-improvement.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/submit-question.md
.github/workflows/ci-tests.yml
.github/workflows/publish.yml
asv_bench/README.md
asv_bench/benchmarks/__init__.py
asv_bench/benchmarks/dataframe_schema.py
asv_bench/benchmarks/series_schema.py
docs/Makefile
docs/make.bat
docs/source/checks.md
docs/source/conf.py
docs/source/configuration.md
docs/source/dask.md
docs/source/data_format_conversion.md
docs/source/data_synthesis_strategies.md
docs/source/dataframe_models.md
docs/source/dataframe_schemas.md
docs/source/decorators.md
docs/source/drop_invalid_rows.md
docs/source/dtype_validation.md
docs/source/dtypes.md
docs/source/error_report.md
docs/source/extensions.md
docs/source/fastapi.md
docs/source/frictionless.md
docs/source/fugue.md
docs/source/geopandas.md
docs/source/hypothesis.md
docs/source/ibis.md
docs/source/index.md
docs/source/integrations.md
docs/source/jupyterlite_config.json
docs/source/lazy_validation.md
docs/source/modin.md
docs/source/mypy_integration.md
docs/source/parsers.md
docs/source/polars.md
docs/source/pydantic_integration.md
docs/source/pyspark.md
docs/source/pyspark_sql.md
docs/source/schema_inference.md
docs/source/series_schemas.md
docs/source/supported_libraries.md
docs/source/_static/custom.js
docs/source/_static/default.css
docs/source/_static/docsearch_config.js_t
docs/source/_static/pandera-banner.png
docs/source/_static/pandera-favicon.png
docs/source/_static/pandera-logo.png
docs/source/_templates/class.rst
docs/source/_templates/dtype.rst
docs/source/_templates/model_component_class.rst
docs/source/_templates/modin_class.rst
docs/source/_templates/module.rst
docs/source/_templates/page.html
docs/source/_templates/strategies_module.rst
docs/source/_templates/sidebar/search.html
docs/source/notebooks/try_pandera.ipynb
docs/source/reference/core.rst
docs/source/reference/dataframe_models.rst
docs/source/reference/decorators.rst
docs/source/reference/dtypes.rst
docs/source/reference/errors.rst
docs/source/reference/extensions.rst
docs/source/reference/index.md
docs/source/reference/io.rst
docs/source/reference/schema_inference.rst
docs/source/reference/strategies.rst
pandera/__init__.py
pandera/_pandas_deprecated.py
pandera/_patch_numpy2.py
pandera/_version.py
pandera/config.py
pandera/constants.py
pandera/decorators.py
pandera/dtypes.py
pandera/errors.py
pandera/extensions.py
pandera/external_config.py
pandera/ibis.py
pandera/import_utils.py
pandera/inspection_utils.py
pandera/mypy.py
pandera/pandas.py
pandera/polars.py
pandera/py.typed
pandera/pyspark.py
pandera/system.py
pandera/utils.py
pandera/validation_depth.py
pandera.egg-info/PKG-INFO
pandera.egg-info/SOURCES.txt
pandera.egg-info/dependency_links.txt
pandera.egg-info/requires.txt
pandera.egg-info/top_level.txt
pandera/accessors/__init__.py
pandera/accessors/dask_accessor.py
pandera/accessors/modin_accessor.py
pandera/accessors/pandas_accessor.py
pandera/accessors/polars_accessor.py
pandera/accessors/pyspark_accessor.py
pandera/accessors/pyspark_sql_accessor.py
pandera/api/__init__.py
pandera/api/checks.py
pandera/api/extensions.py
pandera/api/function_dispatch.py
pandera/api/hypotheses.py
pandera/api/parsers.py
pandera/api/base/__init__.py
pandera/api/base/checks.py
pandera/api/base/error_handler.py
pandera/api/base/model.py
pandera/api/base/model_components.py
pandera/api/base/model_config.py
pandera/api/base/parsers.py
pandera/api/base/schema.py
pandera/api/base/types.py
pandera/api/dataframe/__init__.py
pandera/api/dataframe/components.py
pandera/api/dataframe/container.py
pandera/api/dataframe/model.py
pandera/api/dataframe/model_components.py
pandera/api/dataframe/model_config.py
pandera/api/ibis/__init__.py
pandera/api/ibis/components.py
pandera/api/ibis/container.py
pandera/api/ibis/model.py
pandera/api/ibis/types.py
pandera/api/pandas/__init__.py
pandera/api/pandas/array.py
pandera/api/pandas/components.py
pandera/api/pandas/container.py
pandera/api/pandas/model.py
pandera/api/pandas/model_config.py
pandera/api/pandas/types.py
pandera/api/polars/__init__.py
pandera/api/polars/components.py
pandera/api/polars/container.py
pandera/api/polars/model.py
pandera/api/polars/model_config.py
pandera/api/polars/types.py
pandera/api/polars/utils.py
pandera/api/pyspark/__init__.py
pandera/api/pyspark/column_schema.py
pandera/api/pyspark/components.py
pandera/api/pyspark/container.py
pandera/api/pyspark/model.py
pandera/api/pyspark/model_components.py
pandera/api/pyspark/model_config.py
pandera/api/pyspark/types.py
pandera/backends/__init__.py
pandera/backends/utils.py
pandera/backends/base/__init__.py
pandera/backends/base/builtin_checks.py
pandera/backends/base/builtin_hypotheses.py
pandera/backends/ibis/__init__.py
pandera/backends/ibis/base.py
pandera/backends/ibis/builtin_checks.py
pandera/backends/ibis/checks.py
pandera/backends/ibis/components.py
pandera/backends/ibis/container.py
pandera/backends/ibis/register.py
pandera/backends/ibis/utils.py
pandera/backends/pandas/__init__.py
pandera/backends/pandas/array.py
pandera/backends/pandas/base.py
pandera/backends/pandas/builtin_checks.py
pandera/backends/pandas/builtin_hypotheses.py
pandera/backends/pandas/checks.py
pandera/backends/pandas/components.py
pandera/backends/pandas/container.py
pandera/backends/pandas/error_formatters.py
pandera/backends/pandas/hypotheses.py
pandera/backends/pandas/parsers.py
pandera/backends/pandas/register.py
pandera/backends/polars/__init__.py
pandera/backends/polars/base.py
pandera/backends/polars/builtin_checks.py
pandera/backends/polars/checks.py
pandera/backends/polars/components.py
pandera/backends/polars/container.py
pandera/backends/polars/error_formatters.py
pandera/backends/polars/register.py
pandera/backends/pyspark/__init__.py
pandera/backends/pyspark/base.py
pandera/backends/pyspark/builtin_checks.py
pandera/backends/pyspark/checks.py
pandera/backends/pyspark/column.py
pandera/backends/pyspark/components.py
pandera/backends/pyspark/container.py
pandera/backends/pyspark/decorators.py
pandera/backends/pyspark/error_formatters.py
pandera/backends/pyspark/register.py
pandera/backends/pyspark/utils.py
pandera/engines/__init__.py
pandera/engines/engine.py
pandera/engines/geopandas_engine.py
pandera/engines/ibis_engine.py
pandera/engines/numpy_engine.py
pandera/engines/pandas_engine.py
pandera/engines/polars_engine.py
pandera/engines/pyarrow_engine.py
pandera/engines/pyspark_engine.py
pandera/engines/type_aliases.py
pandera/engines/utils.py
pandera/io/__init__.py
pandera/io/pandas_io.py
pandera/schema_inference/__init__.py
pandera/schema_inference/pandas.py
pandera/schema_statistics/__init__.py
pandera/schema_statistics/pandas.py
pandera/strategies/__init__.py
pandera/strategies/base_strategies.py
pandera/strategies/pandas_strategies.py
pandera/typing/__init__.py
pandera/typing/common.py
pandera/typing/dask.py
pandera/typing/fastapi.py
pandera/typing/formats.py
pandera/typing/geopandas.py
pandera/typing/ibis.py
pandera/typing/modin.py
pandera/typing/pandas.py
pandera/typing/polars.py
pandera/typing/pyspark.py
pandera/typing/pyspark_sql.py
scripts/generate_pip_deps_from_conda.py
tests/__init__.py
tests/conftest.py
tests/test_inspection_utils.py
tests/base/test_base_schema.py
tests/dask/__init__.py
tests/dask/test_dask.py
tests/dask/test_dask_accessor.py
tests/dask/test_dask_not_installed.py
tests/fastapi/__init__.py
tests/fastapi/app.py
tests/fastapi/models.py
tests/fastapi/test_app.py
tests/geopandas/test_engine.py
tests/geopandas/test_from_to_format_conversions.py
tests/geopandas/test_geopandas.py
tests/geopandas/test_pydantic.py
tests/hypotheses/__init__.py
tests/hypotheses/test_hypotheses.py
tests/ibis/__init__.py
tests/ibis/test_ibis_backends.py
tests/ibis/test_ibis_builtin_checks.py
tests/ibis/test_ibis_check.py
tests/ibis/test_ibis_components.py
tests/ibis/test_ibis_container.py
tests/ibis/test_ibis_decorators.py
tests/ibis/test_ibis_dtypes.py
tests/ibis/test_ibis_model.py
tests/ibis/test_ibis_typing.py
tests/io/__init__.py
tests/io/test_pandas_io.py
tests/modin/__init__.py
tests/modin/conftest.py
tests/modin/test_logical_dtypes.py
tests/modin/test_modin_accessor.py
tests/modin/test_schemas_on_modin.py
tests/mypy/test_pandas_static_type_checking.py
tests/mypy/config/no_plugin.ini
tests/mypy/config/plugin_mypy.ini
tests/mypy/pandas_modules/pandas_concat.py
tests/mypy/pandas_modules/pandas_dataframe.py
tests/mypy/pandas_modules/pandas_index.py
tests/mypy/pandas_modules/pandas_series.py
tests/mypy/pandas_modules/pandas_time.py
tests/mypy/pandas_modules/pandera_inheritance.py
tests/mypy/pandas_modules/pandera_types.py
tests/mypy/pandas_modules/python_slice.py
tests/pandas/__init__.py
tests/pandas/checks_fixtures.py
tests/pandas/conftest.py
tests/pandas/test__pandas_deprecated__test_model.py
tests/pandas/test__pandas_deprecated__test_schemas.py
tests/pandas/test_checks.py
tests/pandas/test_checks_builtin.py
tests/pandas/test_config.py
tests/pandas/test_decorators.py
tests/pandas/test_docs_setting_column_widths.py
tests/pandas/test_dtypes.py
tests/pandas/test_engine.py
tests/pandas/test_engine_utils.py
tests/pandas/test_errors.py
tests/pandas/test_extension_modules.py
tests/pandas/test_extensions.py
tests/pandas/test_from_to_format_conversions.py
tests/pandas/test_logical_dtypes.py
tests/pandas/test_model.py
tests/pandas/test_model_components.py
tests/pandas/test_multithreaded.py
tests/pandas/test_numpy_engine.py
tests/pandas/test_pandas_accessor.py
tests/pandas/test_pandas_config.py
tests/pandas/test_pandas_engine.py
tests/pandas/test_pandas_parallel.py
tests/pandas/test_parsers.py
tests/pandas/test_pydantic.py
tests/pandas/test_pydantic_dtype.py
tests/pandas/test_schema_components.py
tests/pandas/test_schema_forwardref.py
tests/pandas/test_schema_inference.py
tests/pandas/test_schema_statistics.py
tests/pandas/test_schemas.py
tests/pandas/test_typing.py
tests/pandas/test_validation_depth.py
tests/pandas/modules/__init__.py
tests/pandas/modules/validate_on_init.py
tests/polars/__init__.py
tests/polars/conftest.py
tests/polars/test_polars_builtin_checks.py
tests/polars/test_polars_check.py
tests/polars/test_polars_components.py
tests/polars/test_polars_config.py
tests/polars/test_polars_container.py
tests/polars/test_polars_dataframe_generic.py
tests/polars/test_polars_decorators.py
tests/polars/test_polars_dtypes.py
tests/polars/test_polars_model.py
tests/polars/test_polars_parallel.py
tests/polars/test_polars_pydantic.py
tests/polars/test_polars_strategies.py
tests/polars/test_polars_typing.py
tests/pyspark/__init__.py
tests/pyspark/conftest.py
tests/pyspark/test_pyspark_accessor.py
tests/pyspark/test_pyspark_check.py
tests/pyspark/test_pyspark_config.py
tests/pyspark/test_pyspark_container.py
tests/pyspark/test_pyspark_decorators.py
tests/pyspark/test_pyspark_dtypes.py
tests/pyspark/test_pyspark_engine.py
tests/pyspark/test_pyspark_error.py
tests/pyspark/test_pyspark_model.py
tests/pyspark/test_schemas_on_pyspark_pandas.py
tests/strategies/__init__.py
tests/strategies/test_strategies.py