.gitignore
.pre-commit-config.yaml
.pypirc.example
.python-version
.releaserc.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
THIRD_PARTY_NOTICES
mkdocs.yml
pyproject.toml
renovate.json
uv.lock
.github/CODEOWNERS
.github/workflows/ci.yml
.github/workflows/docs.yml
docs/architecture.md
docs/contracts.md
docs/getting-started.md
docs/index.md
docs/known-issues.md
docs/roadmap.md
docs/robots.txt
docs/usage-patterns.md
docs/img/vowl_logo.png
docs/overrides/main.html
examples/README.md
examples/basic_usage.py
examples/vowl_demo_HDB_results_check_results.csv
examples/vowl_demo_HDB_results_hdb_resale_prices.csv
examples/vowl_demo_HDB_results_summary.json
examples/vowl_demo_multi_table_results_check_results.csv
examples/vowl_demo_multi_table_results_demo_employee_list.csv
examples/vowl_demo_multi_table_results_demo_employee_list_demo_employee_payroll.csv
examples/vowl_demo_multi_table_results_demo_employee_payroll.csv
examples/vowl_demo_multi_table_results_summary.json
examples/vowl_usage_patterns_demo.ipynb
src/vowl/__init__.py
src/vowl/config.py
src/vowl/mapper.py
src/vowl/py.typed
src/vowl/validate.py
src/vowl.egg-info/PKG-INFO
src/vowl.egg-info/SOURCES.txt
src/vowl.egg-info/dependency_links.txt
src/vowl.egg-info/requires.txt
src/vowl.egg-info/top_level.txt
src/vowl/adapters/__init__.py
src/vowl/adapters/base.py
src/vowl/adapters/ibis_adapter.py
src/vowl/adapters/models.py
src/vowl/adapters/multi_source_adapter.py
src/vowl/contracts/__init__.py
src/vowl/contracts/check_reference.py
src/vowl/contracts/check_reference_base.py
src/vowl/contracts/check_reference_custom.py
src/vowl/contracts/check_reference_generated.py
src/vowl/contracts/check_reference_library_metrics.py
src/vowl/contracts/check_reference_sql.py
src/vowl/contracts/check_reference_unsupported.py
src/vowl/contracts/contract.py
src/vowl/contracts/sql_transforms.py
src/vowl/contracts/models/ODCS_types.py
src/vowl/contracts/models/README.md
src/vowl/contracts/models/__init__.py
src/vowl/contracts/models/generate_models.py
src/vowl/contracts/models/schemas/odcs-json-schema-v2.2.1.json
src/vowl/contracts/models/schemas/odcs-json-schema-v2.2.2.json
src/vowl/contracts/models/schemas/odcs-json-schema-v3.0.0.json
src/vowl/contracts/models/schemas/odcs-json-schema-v3.0.1.json
src/vowl/contracts/models/schemas/odcs-json-schema-v3.0.2-strict.json
src/vowl/contracts/models/schemas/odcs-json-schema-v3.0.2.json
src/vowl/contracts/models/schemas/odcs-json-schema-v3.1.0.json
src/vowl/executors/__init__.py
src/vowl/executors/base.py
src/vowl/executors/ibis_sql_executor.py
src/vowl/executors/multi_source_sql_executor.py
src/vowl/executors/security.py
src/vowl/validation/__init__.py
src/vowl/validation/api.py
src/vowl/validation/result.py
src/vowl/validation/result_models.py
src/vowl/validation/result_rendering.py
src/vowl/validation/result_row_quality.py
src/vowl/validation/runner.py
tests/conftest.py
tests/test_adapter_and_mapper_unit_coverage.py
tests/test_aggregation_support.py
tests/test_check_reference_unit_coverage.py
tests/test_check_reference_variations.py
tests/test_contract_unit_coverage.py
tests/test_coverage_plan_workstream1.py
tests/test_database_backends.py
tests/test_executor_base_unit_coverage.py
tests/test_export_table_as_arrow.py
tests/test_models.py
tests/test_readme_examples.py
tests/test_sql_executors_unit_coverage.py
tests/test_sql_security.py
tests/test_usage_patterns.py
tests/test_validate_unit_coverage.py
tests/employee/demo_employee_list.csv
tests/employee/demo_employee_payroll.csv
tests/employee/employee_payroll_datacontract.yaml
tests/expected_outputs/tests_test_database_backends.py__TestMSSQLConnection__test_mssql_with_filter_conditions__1__check_results.csv
tests/expected_outputs/tests_test_database_backends.py__TestMSSQLConnection__test_mssql_with_filter_conditions__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_database_backends.py__TestMSSQLConnection__test_mssql_with_filter_conditions__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_database_backends.py__TestMSSQLConnection__test_mssql_with_filter_conditions__1__output__hdb_resale_prices__columns_must_be_not_null.csv
tests/expected_outputs/tests_test_database_backends.py__TestMSSQLConnection__test_mssql_with_filter_conditions__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_database_backends.py__TestMSSQLConnection__test_mssql_with_filter_conditions__1__output__hdb_resale_prices__lease_commence_date_required_check.csv
tests/expected_outputs/tests_test_database_backends.py__TestMSSQLConnection__test_mssql_with_ibis_adapter__1__check_results.csv
tests/expected_outputs/tests_test_database_backends.py__TestMSSQLConnection__test_mssql_with_ibis_adapter__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_database_backends.py__TestMSSQLConnection__test_mssql_with_ibis_adapter__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_database_backends.py__TestMSSQLConnection__test_mssql_with_ibis_adapter__1__output__hdb_resale_prices__columns_must_be_not_null.csv
tests/expected_outputs/tests_test_database_backends.py__TestMSSQLConnection__test_mssql_with_ibis_adapter__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_database_backends.py__TestMSSQLConnection__test_mssql_with_ibis_adapter__1__output__hdb_resale_prices__lease_commence_date_required_check.csv
tests/expected_outputs/tests_test_database_backends.py__TestMySQLConnection__test_mysql_with_filter_conditions__1__check_results.csv
tests/expected_outputs/tests_test_database_backends.py__TestMySQLConnection__test_mysql_with_filter_conditions__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_database_backends.py__TestMySQLConnection__test_mysql_with_filter_conditions__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_database_backends.py__TestMySQLConnection__test_mysql_with_filter_conditions__1__output__hdb_resale_prices__columns_must_be_not_null.csv
tests/expected_outputs/tests_test_database_backends.py__TestMySQLConnection__test_mysql_with_filter_conditions__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_database_backends.py__TestMySQLConnection__test_mysql_with_filter_conditions__1__output__hdb_resale_prices__lease_commence_date_required_check.csv
tests/expected_outputs/tests_test_database_backends.py__TestMySQLConnection__test_mysql_with_ibis_adapter__1__check_results.csv
tests/expected_outputs/tests_test_database_backends.py__TestMySQLConnection__test_mysql_with_ibis_adapter__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_database_backends.py__TestMySQLConnection__test_mysql_with_ibis_adapter__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_database_backends.py__TestMySQLConnection__test_mysql_with_ibis_adapter__1__output__hdb_resale_prices__columns_must_be_not_null.csv
tests/expected_outputs/tests_test_database_backends.py__TestMySQLConnection__test_mysql_with_ibis_adapter__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_database_backends.py__TestMySQLConnection__test_mysql_with_ibis_adapter__1__output__hdb_resale_prices__lease_commence_date_required_check.csv
tests/expected_outputs/tests_test_database_backends.py__TestOracleConnection__test_oracle_with_filter_conditions__1__check_results.csv
tests/expected_outputs/tests_test_database_backends.py__TestOracleConnection__test_oracle_with_filter_conditions__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_database_backends.py__TestOracleConnection__test_oracle_with_filter_conditions__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_database_backends.py__TestOracleConnection__test_oracle_with_filter_conditions__1__output__hdb_resale_prices__columns_must_be_not_null.csv
tests/expected_outputs/tests_test_database_backends.py__TestOracleConnection__test_oracle_with_filter_conditions__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_database_backends.py__TestOracleConnection__test_oracle_with_filter_conditions__1__output__hdb_resale_prices__lease_commence_date_required_check.csv
tests/expected_outputs/tests_test_database_backends.py__TestOracleConnection__test_oracle_with_ibis_adapter__1__check_results.csv
tests/expected_outputs/tests_test_database_backends.py__TestOracleConnection__test_oracle_with_ibis_adapter__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_database_backends.py__TestOracleConnection__test_oracle_with_ibis_adapter__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_database_backends.py__TestOracleConnection__test_oracle_with_ibis_adapter__1__output__hdb_resale_prices__columns_must_be_not_null.csv
tests/expected_outputs/tests_test_database_backends.py__TestOracleConnection__test_oracle_with_ibis_adapter__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_database_backends.py__TestOracleConnection__test_oracle_with_ibis_adapter__1__output__hdb_resale_prices__lease_commence_date_required_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestBasicUsageExample__test_basic_usage_script__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestBasicUsageExample__test_basic_usage_script__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestBasicUsageExample__test_basic_usage_script__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestBasicUsageExample__test_basic_usage_script__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_readme_examples.py__TestBasicUsageExample__test_basic_usage_script__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_readme_examples.py__TestBasicUsageExample__test_basic_usage_script__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestBasicUsageExample__test_basic_usage_script__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestBasicUsageExample__test_basic_usage_script__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestBasicUsageExample__test_basic_usage_script__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_readme_examples.py__TestBasicUsageExample__test_basic_usage_script__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestBasicUsageExample__test_basic_usage_script__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestBasicUsageExample__test_basic_usage_script__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestBasicUsageExample__test_basic_usage_script__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestBasicUsageExample__test_basic_usage_script__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestBasicUsageExample__test_basic_usage_script__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestBasicUsageExample__test_basic_usage_script__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestDuckDBAttachMultiSourceValidation__test_attach_validate_full_pipeline__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestDuckDBAttachMultiSourceValidation__test_attach_validate_full_pipeline__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestDuckDBAttachMultiSourceValidation__test_attach_validate_full_pipeline__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestDuckDBAttachMultiSourceValidation__test_attach_validate_full_pipeline__1__output__hdb_resale_prices__columns_must_be_not_null.csv
tests/expected_outputs/tests_test_readme_examples.py__TestDuckDBAttachMultiSourceValidation__test_attach_validate_full_pipeline__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestDuckDBAttachMultiSourceValidation__test_attach_validate_full_pipeline__1__output__hdb_resale_prices__lease_commence_date_required_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestDuckDBAttach__test_duckdb_attach_postgres__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestDuckDBAttach__test_duckdb_attach_postgres__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestDuckDBAttach__test_duckdb_attach_postgres__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestDuckDBAttach__test_duckdb_attach_postgres__1__output__hdb_resale_prices__columns_must_be_not_null.csv
tests/expected_outputs/tests_test_readme_examples.py__TestDuckDBAttach__test_duckdb_attach_postgres__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestDuckDBAttach__test_duckdb_attach_postgres__1__output__hdb_resale_prices__lease_commence_date_required_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_dict_style_filter__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_dict_style_filter__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_dict_style_filter__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_dict_style_filter__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_dict_style_filter__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_dict_style_filter__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_filter_condition_class__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_filter_condition_class__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_filter_condition_class__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_filter_condition_class__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_filter_condition_class__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_filter_condition_class__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_multiple_conditions_list__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_multiple_conditions_list__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_multiple_conditions_list__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_multiple_conditions_list__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_multiple_conditions_list__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestFilterConditions__test_multiple_conditions_list__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisDuckDB__test_ibis_duckdb_validate__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisDuckDB__test_ibis_duckdb_validate__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisDuckDB__test_ibis_duckdb_validate__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisDuckDB__test_ibis_duckdb_validate__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisDuckDB__test_ibis_duckdb_validate__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisDuckDB__test_ibis_duckdb_validate__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisPostgres__test_postgres_filter_conditions__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisPostgres__test_postgres_filter_conditions__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisPostgres__test_postgres_filter_conditions__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisPostgres__test_postgres_filter_conditions__1__output__hdb_resale_prices__columns_must_be_not_null.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisPostgres__test_postgres_filter_conditions__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisPostgres__test_postgres_filter_conditions__1__output__hdb_resale_prices__lease_commence_date_required_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisPostgres__test_postgres_ibis_adapter__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisPostgres__test_postgres_ibis_adapter__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisPostgres__test_postgres_ibis_adapter__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisPostgres__test_postgres_ibis_adapter__1__output__hdb_resale_prices__columns_must_be_not_null.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisPostgres__test_postgres_ibis_adapter__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestIbisPostgres__test_postgres_ibis_adapter__1__output__hdb_resale_prices__lease_commence_date_required_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_display_full_report__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_display_full_report__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_display_full_report__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_display_full_report__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_display_full_report__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_display_full_report__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_display_full_report__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_display_full_report__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_display_full_report__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_display_full_report__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_display_full_report__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_display_full_report__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_display_full_report__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_display_full_report__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_display_full_report__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_display_full_report__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_validate_data__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_validate_data__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_validate_data__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_validate_data__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_validate_data__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_validate_data__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_validate_data__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_validate_data__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_validate_data__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_validate_data__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_validate_data__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_validate_data__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_validate_data__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_validate_data__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_validate_data__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePandas__test_pandas_validate_data__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePolars__test_polars_validate_data__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePolars__test_polars_validate_data__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePolars__test_polars_validate_data__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePolars__test_polars_validate_data__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePolars__test_polars_validate_data__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePolars__test_polars_validate_data__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePolars__test_polars_validate_data__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePolars__test_polars_validate_data__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePolars__test_polars_validate_data__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePolars__test_polars_validate_data__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePolars__test_polars_validate_data__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePolars__test_polars_validate_data__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePolars__test_polars_validate_data__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePolars__test_polars_validate_data__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePolars__test_polars_validate_data__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestLocalDataFramePolars__test_polars_validate_data__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMultiSourceValidation__test_multi_adapter_dict__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMultiSourceValidation__test_multi_adapter_dict__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMultiSourceValidation__test_multi_adapter_dict__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMultiSourceValidation__test_multi_adapter_dict__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMultiSourceValidation__test_multi_adapter_dict__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMultiSourceValidation__test_multi_adapter_dict__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMultiSourceValidation__test_single_adapter_expands_to_all_schemas__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMultiSourceValidation__test_single_adapter_expands_to_all_schemas__1__consolidated__demo_employee_list.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMultiSourceValidation__test_single_adapter_expands_to_all_schemas__1__consolidated__demo_employee_list__demo_employee_payroll.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMultiSourceValidation__test_single_adapter_expands_to_all_schemas__1__consolidated__demo_employee_payroll.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMultiSourceValidation__test_single_adapter_expands_to_all_schemas__1__output__demo_employee_list__phone_number_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMultiSourceValidation__test_single_adapter_expands_to_all_schemas__1__output__demo_employee_payroll__Date_With_Timezone.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMultiSourceValidation__test_single_adapter_expands_to_all_schemas__1__output__demo_employee_payroll__employee_id_exists_in_master_list.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMultiSourceValidation__test_single_adapter_expands_to_all_schemas__1__output__demo_employee_payroll__phone_number_exists_in_master_list.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMultiSourceValidation__test_single_adapter_expands_to_all_schemas__1__output__demo_employee_payroll__phone_number_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMySQL__test_mysql_filter_conditions__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMySQL__test_mysql_filter_conditions__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMySQL__test_mysql_filter_conditions__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMySQL__test_mysql_filter_conditions__1__output__hdb_resale_prices__columns_must_be_not_null.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMySQL__test_mysql_filter_conditions__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMySQL__test_mysql_filter_conditions__1__output__hdb_resale_prices__lease_commence_date_required_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMySQL__test_mysql_validate__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMySQL__test_mysql_validate__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMySQL__test_mysql_validate__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMySQL__test_mysql_validate__1__output__hdb_resale_prices__columns_must_be_not_null.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMySQL__test_mysql_validate__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestMySQL__test_mysql_validate__1__output__hdb_resale_prices__lease_commence_date_required_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestPySparkExample__test_pyspark_ibis_adapter__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestPySparkExample__test_pyspark_ibis_adapter__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestPySparkExample__test_pyspark_ibis_adapter__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestPySparkExample__test_pyspark_ibis_adapter__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestPySparkExample__test_pyspark_ibis_adapter__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestPySparkExample__test_pyspark_ibis_adapter__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestPySparkExample__test_pyspark_validate__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestPySparkExample__test_pyspark_validate__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestPySparkExample__test_pyspark_validate__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestPySparkExample__test_pyspark_validate__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestPySparkExample__test_pyspark_validate__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestPySparkExample__test_pyspark_validate__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_display_full_report_chaining__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_display_full_report_chaining__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_display_full_report_chaining__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_display_full_report_chaining__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_display_full_report_chaining__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_display_full_report_chaining__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_display_full_report_chaining__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_display_full_report_chaining__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_display_full_report_chaining__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_display_full_report_chaining__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_display_full_report_chaining__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_display_full_report_chaining__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_display_full_report_chaining__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_display_full_report_chaining__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_display_full_report_chaining__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_display_full_report_chaining__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_check_results_df__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_check_results_df__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_check_results_df__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_check_results_df__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_check_results_df__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_check_results_df__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_check_results_df__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_check_results_df__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_check_results_df__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_check_results_df__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_check_results_df__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_check_results_df__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_check_results_df__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_check_results_df__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_check_results_df__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_check_results_df__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_consolidated_output_dfs__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_consolidated_output_dfs__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_consolidated_output_dfs__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_consolidated_output_dfs__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_consolidated_output_dfs__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_consolidated_output_dfs__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_consolidated_output_dfs__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_consolidated_output_dfs__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_consolidated_output_dfs__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_consolidated_output_dfs__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_consolidated_output_dfs__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_consolidated_output_dfs__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_consolidated_output_dfs__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_consolidated_output_dfs__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_consolidated_output_dfs__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_consolidated_output_dfs__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_output_dfs__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_output_dfs__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_output_dfs__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_passed_property__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_passed_property__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_passed_property__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_print_summary_chaining__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_print_summary_chaining__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_print_summary_chaining__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_print_summary_chaining__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_print_summary_chaining__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_print_summary_chaining__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_print_summary_chaining__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_print_summary_chaining__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_print_summary_chaining__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_print_summary_chaining__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_print_summary_chaining__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_print_summary_chaining__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_print_summary_chaining__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_print_summary_chaining__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_print_summary_chaining__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_print_summary_chaining__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_save_results__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_save_results__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_save_results__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_show_failed_rows_chaining__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_show_failed_rows_chaining__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_show_failed_rows_chaining__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_show_failed_rows_chaining__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_show_failed_rows_chaining__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_show_failed_rows_chaining__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_show_failed_rows_chaining__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_show_failed_rows_chaining__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_show_failed_rows_chaining__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_show_failed_rows_chaining__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_show_failed_rows_chaining__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_show_failed_rows_chaining__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_show_failed_rows_chaining__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_show_failed_rows_chaining__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_show_failed_rows_chaining__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_show_failed_rows_chaining__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_summary_dict__1__check_results.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_summary_dict__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_summary_dict__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_summary_dict__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_summary_dict__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_summary_dict__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_summary_dict__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_summary_dict__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_summary_dict__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_summary_dict__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_summary_dict__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_summary_dict__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_summary_dict__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_summary_dict__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_summary_dict__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_readme_examples.py__TestValidationResultAPI__test_summary_dict__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_connection_with_table__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_connection_with_table__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_connection_with_table__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_connection_with_table__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_connection_with_table__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_connection_with_table__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_connection_with_table__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_connection_with_table__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_connection_with_table__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_connection_with_table__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_connection_with_table__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_connection_with_table__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_connection_with_table__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_connection_with_table__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_connection_with_table__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_connection_with_table__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_duckdb_connection__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_duckdb_connection__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_duckdb_connection__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_duckdb_connection__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_duckdb_connection__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_duckdb_connection__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_duckdb_connection__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_duckdb_connection__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_duckdb_connection__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_duckdb_connection__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_duckdb_connection__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_duckdb_connection__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_duckdb_connection__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_duckdb_connection__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_duckdb_connection__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestIbisConnections__test_ibis_duckdb_connection__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_basic_pandas_validation__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_basic_pandas_validation__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_basic_pandas_validation__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_basic_pandas_validation__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_basic_pandas_validation__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_basic_pandas_validation__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_basic_pandas_validation__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_basic_pandas_validation__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_basic_pandas_validation__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_basic_pandas_validation__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_basic_pandas_validation__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_basic_pandas_validation__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_basic_pandas_validation__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_basic_pandas_validation__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_basic_pandas_validation__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_basic_pandas_validation__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_display_full_report__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_display_full_report__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_display_full_report__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_display_full_report__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_display_full_report__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_display_full_report__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_display_full_report__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_display_full_report__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_display_full_report__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_display_full_report__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_display_full_report__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_display_full_report__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_display_full_report__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_display_full_report__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_display_full_report__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_display_full_report__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_returns_valid_results_df__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_returns_valid_results_df__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_returns_valid_results_df__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_returns_valid_results_df__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_returns_valid_results_df__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_returns_valid_results_df__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_returns_valid_results_df__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_returns_valid_results_df__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_returns_valid_results_df__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_returns_valid_results_df__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_returns_valid_results_df__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_returns_valid_results_df__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_returns_valid_results_df__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_returns_valid_results_df__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_returns_valid_results_df__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_returns_valid_results_df__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_summary__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_summary__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_summary__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_summary__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_summary__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_summary__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_summary__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_summary__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_summary__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_summary__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_summary__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_summary__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_summary__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_summary__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_summary__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePandas__test_pandas_validation_summary__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_direct_ibis_validation__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_direct_ibis_validation__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_direct_ibis_validation__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_direct_ibis_validation__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_direct_ibis_validation__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_direct_ibis_validation__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_direct_ibis_validation__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_direct_ibis_validation__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_direct_ibis_validation__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_direct_ibis_validation__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_direct_ibis_validation__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_direct_ibis_validation__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_direct_ibis_validation__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_direct_ibis_validation__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_direct_ibis_validation__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_direct_ibis_validation__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_validation__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_validation__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_validation__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_validation__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_validation__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_validation__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_validation__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_validation__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_validation__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_validation__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_validation__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_validation__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_validation__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_validation__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_validation__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestLocalDataFramePolars__test_polars_validation__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_multi_adapter_validation__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_multi_adapter_validation__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_multi_adapter_validation__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_multi_adapter_validation__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_multi_adapter_validation__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_multi_adapter_validation__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_multi_adapter_validation__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_multi_adapter_validation__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_multi_adapter_validation__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_multi_adapter_validation__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_multi_adapter_validation__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_multi_adapter_validation__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_multi_adapter_validation__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_multi_adapter_validation__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_multi_adapter_validation__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_multi_adapter_validation__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_single_adapter_expands_to_all_schemas__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_single_adapter_expands_to_all_schemas__1__consolidated__demo_employee_list.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_single_adapter_expands_to_all_schemas__1__consolidated__demo_employee_list__demo_employee_payroll.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_single_adapter_expands_to_all_schemas__1__consolidated__demo_employee_payroll.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_single_adapter_expands_to_all_schemas__1__output__demo_employee_list__phone_number_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_single_adapter_expands_to_all_schemas__1__output__demo_employee_payroll__Date_With_Timezone.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_single_adapter_expands_to_all_schemas__1__output__demo_employee_payroll__employee_id_exists_in_master_list.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_single_adapter_expands_to_all_schemas__1__output__demo_employee_payroll__phone_number_exists_in_master_list.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestMultiAdapters__test_single_adapter_expands_to_all_schemas__1__output__demo_employee_payroll__phone_number_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPostgresConnection__test_postgres_with_filter_conditions__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPostgresConnection__test_postgres_with_filter_conditions__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPostgresConnection__test_postgres_with_filter_conditions__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPostgresConnection__test_postgres_with_filter_conditions__1__output__hdb_resale_prices__columns_must_be_not_null.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPostgresConnection__test_postgres_with_filter_conditions__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPostgresConnection__test_postgres_with_filter_conditions__1__output__hdb_resale_prices__lease_commence_date_required_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPostgresConnection__test_postgres_with_ibis_adapter__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPostgresConnection__test_postgres_with_ibis_adapter__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPostgresConnection__test_postgres_with_ibis_adapter__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPostgresConnection__test_postgres_with_ibis_adapter__1__output__hdb_resale_prices__columns_must_be_not_null.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPostgresConnection__test_postgres_with_ibis_adapter__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPostgresConnection__test_postgres_with_ibis_adapter__1__output__hdb_resale_prices__lease_commence_date_required_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_dataframe_to_pandas__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_dataframe_to_pandas__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_dataframe_to_pandas__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_dataframe_to_pandas__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_dataframe_to_pandas__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_dataframe_to_pandas__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_dataframe_to_pandas__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_dataframe_to_pandas__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_dataframe_to_pandas__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_dataframe_to_pandas__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_dataframe_to_pandas__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_dataframe_to_pandas__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_dataframe_to_pandas__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_dataframe_to_pandas__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_dataframe_to_pandas__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_dataframe_to_pandas__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_with_ibis_adapter__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_with_ibis_adapter__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_with_ibis_adapter__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_with_ibis_adapter__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_with_ibis_adapter__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_with_ibis_adapter__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_with_ibis_adapter__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_with_ibis_adapter__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_with_ibis_adapter__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_with_ibis_adapter__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_with_ibis_adapter__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_with_ibis_adapter__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_with_ibis_adapter__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_with_ibis_adapter__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestPySparkValidation__test_pyspark_with_ibis_adapter__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestSQLiteConnection__test_sqlite_with_filter_conditions__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestSQLiteConnection__test_sqlite_with_filter_conditions__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestSQLiteConnection__test_sqlite_with_filter_conditions__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestSQLiteConnection__test_sqlite_with_filter_conditions__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestSQLiteConnection__test_sqlite_with_filter_conditions__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestSQLiteConnection__test_sqlite_with_filter_conditions__1__output__hdb_resale_prices__lease_commence_date_logical_type_options_minimum_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestSQLiteConnection__test_sqlite_with_ibis_adapter__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestSQLiteConnection__test_sqlite_with_ibis_adapter__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestSQLiteConnection__test_sqlite_with_ibis_adapter__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestSQLiteConnection__test_sqlite_with_ibis_adapter__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestSQLiteConnection__test_sqlite_with_ibis_adapter__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestSQLiteConnection__test_sqlite_with_ibis_adapter__1__output__hdb_resale_prices__lease_commence_date_logical_type_options_minimum_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_api_version_property__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_api_version_property__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_api_version_property__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_api_version_property__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_api_version_property__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_api_version_property__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_api_version_property__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_api_version_property__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_api_version_property__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_api_version_property__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_api_version_property__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_api_version_property__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_api_version_property__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_api_version_property__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_api_version_property__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_api_version_property__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_contract_data_property__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_contract_data_property__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_contract_data_property__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_contract_data_property__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_contract_data_property__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_contract_data_property__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_contract_data_property__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_contract_data_property__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_contract_data_property__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_contract_data_property__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_contract_data_property__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_contract_data_property__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_contract_data_property__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_contract_data_property__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_contract_data_property__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_contract_data_property__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_get_output_dfs__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_get_output_dfs__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_get_output_dfs__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_get_output_dfs__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_method_chaining__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_method_chaining__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_method_chaining__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_method_chaining__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_method_chaining__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_method_chaining__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_method_chaining__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_method_chaining__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_method_chaining__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_method_chaining__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_method_chaining__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_method_chaining__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_method_chaining__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_method_chaining__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_method_chaining__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_method_chaining__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_passed_property__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_passed_property__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_passed_property__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_passed_property__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_save_results__1__check_results.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_save_results__1__consolidated__hdb_resale_prices__1.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_save_results__1__consolidated__hdb_resale_prices__2.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__AddressBlockHouseNumber.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__Month.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__Year.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__block_logical_type_options_minLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__block_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__floor_area_must_be_less_than_200.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__hdb_resale_prices_duplicateValues.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__lease_commence_date_logical_type_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__month_logical_type_options_format_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__month_logical_type_options_maxLength_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__month_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__remaining_lease_logical_type_options_pattern_check.csv
tests/expected_outputs/tests_test_usage_patterns.py__TestValidationResultAPI__test_save_results__1__output__hdb_resale_prices__storey_range_logical_type_options_pattern_check.csv
tests/hdb_resale/HDBResale.csv
tests/hdb_resale/HDBResaleWithErrors.csv
tests/hdb_resale/hdb_resale.yaml
tests/hdb_resale/hdb_resale_simple.yaml