pointblank 0.8.0__tar.gz → 0.8.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pointblank-0.8.0 → pointblank-0.8.2}/PKG-INFO +3 -2
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/_quarto.yml +13 -0
- pointblank-0.8.2/docs/blog/index.qmd +10 -0
- pointblank-0.8.2/docs/blog/intro-pointblank/index.qmd +263 -0
- pointblank-0.8.2/docs/blog/intro-pointblank/pointblank-localized.png +0 -0
- pointblank-0.8.2/docs/blog/intro-pointblank/step_report.png +0 -0
- pointblank-0.8.2/docs/blog/intro-pointblank/validation-table-diagram.png +0 -0
- pointblank-0.8.2/docs/blog/intro-pointblank/validation-test-units.png +0 -0
- pointblank-0.8.2/docs/blog/pointblank_blog_logo.png +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/__init__.py +6 -1
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/_constants.py +1 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/_constants_translations.py +54 -2
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/_utils.py +31 -3
- pointblank-0.8.2/pointblank/actions.py +453 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/data/api-docs.txt +980 -240
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/thresholds.py +145 -1
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/validate.py +325 -12
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank.egg-info/PKG-INFO +3 -2
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank.egg-info/SOURCES.txt +9 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank.egg-info/requires.txt +2 -1
- {pointblank-0.8.0 → pointblank-0.8.2}/pyproject.toml +2 -1
- pointblank-0.8.2/tests/test_actions.py +66 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/test_validate.py +259 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/.github/CODE_OF_CONDUCT.md +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/.github/ISSUE_TEMPLATE/bug.md +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/.github/ISSUE_TEMPLATE/feature.md +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/.github/ISSUE_TEMPLATE/question.md +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/.github/SECURITY.md +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/.github/workflows/ci-docs.yaml +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/.github/workflows/ci-tests.yaml +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/.github/workflows/code-checks.yaml +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/.gitignore +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/.pre-commit-config.yaml +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/.vscode/settings.json +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/CITATION.cff +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/CONTRIBUTING.md +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/LICENSE +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/Makefile +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/README.md +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/data_raw/game_revenue.csv +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/data_raw/nycflights.csv +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/data_raw/nycflights.ddb +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/data_raw/small_table.csv +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/data_raw/x-01-parquet.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/data_raw/x-02-duckdb.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/data_raw/x-03-sqlite.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/.gitignore +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/_extensions/machow/interlinks/.gitignore +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/_extensions/machow/interlinks/_extension.yml +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/_extensions/machow/interlinks/interlinks.lua +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/assets/fav-logo.png +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/assets/pointblank-tabular-report.png +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/assets/pointblank_logo.svg +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/assets/validation-table-diagram.png +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/01-starter/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/02-advanced/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/03-data-extracts/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/04-sundered-data/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/05-step-report-column-check/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/06-step-report-schema-check/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/apply-checks-to-several-columns/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/check-row-column-counts/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/checks-for-missing/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/col-vals-custom-expr/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/column-selector-functions/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/comparisons-across-columns/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/data/game_revenue.parquet +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/expect-no-duplicate-rows/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/expect-no-duplicate-values/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/expect-text-pattern/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/failure-thresholds/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/img/advanced_validation.png +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/img/data_extracts.png +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/img/starter_validation.png +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/img/step_report_column_schema.png +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/img/step_report_column_values.png +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/img/sundered_data.png +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/mutate-table-in-step/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/numeric-comparisons/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/schema-check/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/set-membership/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/demos/using-parquet-data/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/styles.css +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/user-guide/across.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/user-guide/actions.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/user-guide/col-summary-tbl.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/user-guide/columns.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/user-guide/extracts.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/user-guide/index.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/user-guide/missing-vals-tbl.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/user-guide/preprocessing.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/user-guide/preview.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/user-guide/sundering.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/user-guide/thresholds.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/docs/user-guide/types.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/images/pointblank-tabular-report.png +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/images/pointblank_logo.svg +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/_constants_docs.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/_interrogation.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/_typing.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/_utils_check_args.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/_utils_html.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/assistant.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/column.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/data/game_revenue-duckdb.zip +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/data/game_revenue.zip +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/data/nycflights-duckdb.zip +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/data/nycflights.zip +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/data/polars-api-docs.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/data/small_table-duckdb.zip +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/data/small_table.zip +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/datascan.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/draft.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/schema.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank/tf.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank.egg-info/dependency_links.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/pointblank.egg-info/top_level.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/setup.cfg +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/__init__.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/manual_tests/schema_step_reports.qmd +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_datascan/test_col_summary_tbl_duckdb_snap/col_summary_html_duckdb.html +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_datascan/test_col_summary_tbl_pandas_snap/col_summary_html_pandas.html +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_datascan/test_col_summary_tbl_polars_snap/col_summary_html_polars.html +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_comprehensive_validation_report_html_snap/comprehensive_validation_report.html +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_01/schema_step_report_01-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_01_1/schema_step_report_01-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_01_2/schema_step_report_01-2.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_01_3/schema_step_report_01-3.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_02/schema_step_report_02-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_02_1/schema_step_report_02-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_02_2/schema_step_report_02-2.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_02_3/schema_step_report_02-3.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_03/schema_step_report_03-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_03_1/schema_step_report_03-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_03_2/schema_step_report_03-2.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_03_3/schema_step_report_03-3.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_04/schema_step_report_04-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_05/schema_step_report_05-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_06/schema_step_report_06-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_07/schema_step_report_07-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_08/schema_step_report_08-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_09/schema_step_report_09-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_10/schema_step_report_10-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_11/schema_step_report_11-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_12/schema_step_report_12-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_13/schema_step_report_13-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_14/schema_step_report_14-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_14_1/schema_step_report_14-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_15/schema_step_report_15-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_15_1/schema_step_report_15-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_16/schema_step_report_16-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_16_1/schema_step_report_16-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_17/schema_step_report_17-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_17_1/schema_step_report_17-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_18/schema_step_report_18-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_18_1/schema_step_report_18-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_19/schema_step_report_19-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_19_1/schema_step_report_19-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_20/schema_step_report_20-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_20_1/schema_step_report_20-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_21/schema_step_report_21-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_21_1/schema_step_report_21-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_21_2/schema_step_report_21-2.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_21_3/schema_step_report_21-3.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_22/schema_step_report_22-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_22_1/schema_step_report_22-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_23/schema_step_report_23-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_23_1/schema_step_report_23-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_24/schema_step_report_24-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_24_1/schema_step_report_24-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_24_2/schema_step_report_24-2.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_24_3/schema_step_report_24-3.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_25/schema_step_report_25-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_25_1/schema_step_report_25-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_25_2/schema_step_report_25-2.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_25_3/schema_step_report_25-3.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_25_4/schema_step_report_25-4.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_step_report_25_5/schema_step_report_25-5.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_01-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_02-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_03-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_04-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_05-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_06-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_07-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_08-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_09-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_10-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_11-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_12-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_13-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_14-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_14-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_15-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_15-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_16-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_16-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_17-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_17-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_18-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_18-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_19-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_19-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_20-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_20-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_21-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_21-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_21-2.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_21-3.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_22-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_22-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_23-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_23-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_24-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_24-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_24-2.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_24-3.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-0.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-1.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-2.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-3.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-4.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-5.txt +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_no_interrogation_validation_report_html_snap/no_interrogation_validation_report.html +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_no_steps_validation_report_html_snap/no_steps_validation_report.html +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_briefs_global_local_html/validation_report_briefs_global_local.html +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_briefs_html/validation_report_with_briefs.html +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_interrogate_snap/tbl_duckdb/validation_report.json +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_interrogate_snap/tbl_parquet/validation_report.json +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_interrogate_snap/tbl_pd/validation_report.json +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_interrogate_snap/tbl_pl/validation_report.json +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_interrogate_snap/tbl_sqlite/validation_report.json +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_no_interrogate_snap/tbl_duckdb/validation_report.json +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_no_interrogate_snap/tbl_parquet/validation_report.json +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_no_interrogate_snap/tbl_pd/validation_report.json +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_no_interrogate_snap/tbl_pl/validation_report.json +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_no_interrogate_snap/tbl_sqlite/validation_report.json +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_use_fields_snap/tbl_duckdb/validation_report.json +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_use_fields_snap/tbl_parquet/validation_report.json +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_use_fields_snap/tbl_pd/validation_report.json +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_use_fields_snap/tbl_pl/validation_report.json +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_report_use_fields_snap/tbl_sqlite/validation_report.json +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_with_selector_helper_functions_no_match_snap/tbl_memtable_variable_names/selector_helper_functions_no_match.html +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_with_selector_helper_functions_no_match_snap/tbl_pd_variable_names/selector_helper_functions_no_match.html +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/snapshots/test_validate/test_validation_with_selector_helper_functions_no_match_snap/tbl_pl_variable_names/selector_helper_functions_no_match.html +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/tbl_files/tbl_dates_times_text.ddb +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/tbl_files/tbl_dates_times_text.parquet +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/tbl_files/tbl_dates_times_text.sqlite +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/tbl_files/tbl_true_dates_times.ddb +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/tbl_files/tbl_xyz.ddb +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/tbl_files/tbl_xyz.parquet +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/tbl_files/tbl_xyz.sqlite +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/tbl_files/tbl_xyz_missing.ddb +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/tbl_files/tbl_xyz_missing.parquet +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/tbl_files/tbl_xyz_missing.sqlite +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/test__interrogation.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/test__utils.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/test__utils_check_args.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/test_assistant.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/test_column.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/test_datascan.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/test_draft.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/test_schema.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/test_tf.py +0 -0
- {pointblank-0.8.0 → pointblank-0.8.2}/tests/test_thresholds.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pointblank
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.2
|
|
4
4
|
Summary: Find out if your data is what you think it is.
|
|
5
5
|
Author-email: Richard Iannone <riannone@me.com>
|
|
6
6
|
License: MIT License
|
|
@@ -45,10 +45,11 @@ Requires-Dist: importlib-metadata
|
|
|
45
45
|
Requires-Dist: great_tables>=0.17.0
|
|
46
46
|
Requires-Dist: narwhals>=1.24.1
|
|
47
47
|
Requires-Dist: typing_extensions>=3.10.0.0
|
|
48
|
+
Requires-Dist: requests>=2.31.0
|
|
48
49
|
Provides-Extra: pd
|
|
49
50
|
Requires-Dist: pandas>=2.2.3; extra == "pd"
|
|
50
51
|
Provides-Extra: pl
|
|
51
|
-
Requires-Dist: polars>=1.
|
|
52
|
+
Requires-Dist: polars>=1.24.0; extra == "pl"
|
|
52
53
|
Provides-Extra: generate
|
|
53
54
|
Requires-Dist: chatlas>=0.3.0; extra == "generate"
|
|
54
55
|
Requires-Dist: anthropic[bedrock]>=0.45.2; extra == "generate"
|
|
@@ -42,6 +42,8 @@ website:
|
|
|
42
42
|
file: demos/index.qmd
|
|
43
43
|
- href: reference/index.qmd
|
|
44
44
|
text: API Reference
|
|
45
|
+
- href: blog/index.qmd
|
|
46
|
+
text: Pointblog
|
|
45
47
|
right:
|
|
46
48
|
- icon: discord
|
|
47
49
|
href: https://discord.com/invite/YH7CybCNCQ
|
|
@@ -96,6 +98,8 @@ quartodoc:
|
|
|
96
98
|
members: []
|
|
97
99
|
- name: Thresholds
|
|
98
100
|
- name: Actions
|
|
101
|
+
members: []
|
|
102
|
+
- name: FinalActions
|
|
99
103
|
- name: Schema
|
|
100
104
|
members: []
|
|
101
105
|
- name: DraftValidation
|
|
@@ -193,4 +197,13 @@ quartodoc:
|
|
|
193
197
|
- name: get_column_count
|
|
194
198
|
- name: get_row_count
|
|
195
199
|
- name: get_action_metadata
|
|
200
|
+
- name: get_validation_summary
|
|
196
201
|
- name: config
|
|
202
|
+
- title: Prebuilt Actions
|
|
203
|
+
desc: >
|
|
204
|
+
The *Prebuilt Actions* group contains a function that can be used to send a Slack
|
|
205
|
+
notification when validation steps exceed failure threshold levels or just to provide a
|
|
206
|
+
summary of the validation results, including the status, number of steps, passing and
|
|
207
|
+
failing steps, table information, and timing details.
|
|
208
|
+
contents:
|
|
209
|
+
- name: send_slack_notification
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
---
|
|
2
|
+
jupyter: python3
|
|
3
|
+
html-table-processing: none
|
|
4
|
+
title: "Introducing Pointblank"
|
|
5
|
+
author: Rich Iannone
|
|
6
|
+
date: 2024-04-04
|
|
7
|
+
freeze: true
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
If you have tabular data (and who doesn't?) this is the package for you! I've long been interested
|
|
11
|
+
in data quality and so I've spent a lot of time building tooling that makes it possible to perform
|
|
12
|
+
data quality checks. And there's so many reasons to care about data quality. If I were to put down
|
|
13
|
+
just one good reason for why data quality is worth your time it is because having good data quality
|
|
14
|
+
strongly determines the quality of decisions.
|
|
15
|
+
|
|
16
|
+
Having the ability to distinguish bad data from good data is the first step in solving DQ issues,
|
|
17
|
+
and the sustained practice of doing data validation will guard against intrusions of poor-quality
|
|
18
|
+
data. Pointblank has been designed to really help here. Though it's a fairly new package it is
|
|
19
|
+
currently quite capable. And it's available in PyPI, so you can install it by using:
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
pip install pointblank
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
::: {.callout-note}
|
|
26
|
+
To run the examples in this post, you'll need to have a DataFrame library installed. Pointblank
|
|
27
|
+
works seamlessly with both Polars and Pandas but you'll need to install at least one of them on your
|
|
28
|
+
own. We also have a DuckDB example that's running via Ibis (so, you'll have to install Ibis with
|
|
29
|
+
the DuckDB backend for that to work).
|
|
30
|
+
:::
|
|
31
|
+
|
|
32
|
+
## How Pointblank Transforms Your Data Validation Workflow
|
|
33
|
+
|
|
34
|
+
What sets Pointblank apart is its intuitive, expressive approach to data validation. Rather than
|
|
35
|
+
writing dozens of ad-hoc checks scattered throughout your codebase, Pointblank lets you define a
|
|
36
|
+
comprehensive validation plan with just a few lines of code. The fluent API makes your validation
|
|
37
|
+
intentions crystal clear, whether you're ensuring numeric values fall within expected ranges, text
|
|
38
|
+
fields match specific patterns, or relationships between columns remain consistent.
|
|
39
|
+
|
|
40
|
+
But say you find problems. What are you gonna do about it? Well, Pointblank wants to help at not
|
|
41
|
+
just finding problems but helping you understand them. When validation failures occur, the detailed
|
|
42
|
+
reporting capabilities (in the form of beautiful, sharable tables) show you exactly where issues
|
|
43
|
+
are. Right down to the specific rows and columns. This transforms data validation from a binary
|
|
44
|
+
pass/fail exercise into a super-insightful diagnostic tool.
|
|
45
|
+
|
|
46
|
+

|
|
47
|
+
|
|
48
|
+
Here's the the best part: Pointblank is designed to work with your existing data stack. Whether
|
|
49
|
+
you're using Polars, Pandas, DuckDB, or other database systems, Pointblank tries hard to integrate
|
|
50
|
+
without forcing you to change your workflow. We also have international spoken language support for
|
|
51
|
+
reporting, meaning that validation reports can be localized to your team's preferred language. This
|
|
52
|
+
making data quality accessible to everyone in your organization (like a team sport!).
|
|
53
|
+
|
|
54
|
+

|
|
55
|
+
|
|
56
|
+
Alright! Let's look at a few demonstrations of Pointblank's capabilities for data validation.
|
|
57
|
+
|
|
58
|
+
## The Data Validation Workflow
|
|
59
|
+
|
|
60
|
+
Let's get right to performing a basic check of a Polars DataFrame. We'll make use of the included
|
|
61
|
+
`small_table` dataset.
|
|
62
|
+
|
|
63
|
+
```{python}
|
|
64
|
+
import pointblank as pb
|
|
65
|
+
|
|
66
|
+
small_table = pb.load_dataset(dataset="small_table", tbl_type="polars")
|
|
67
|
+
|
|
68
|
+
validation_1 = (
|
|
69
|
+
pb.Validate(
|
|
70
|
+
data=small_table,
|
|
71
|
+
tbl_name="small_table",
|
|
72
|
+
label="Example Validation"
|
|
73
|
+
)
|
|
74
|
+
.col_vals_lt(columns="a", value=10)
|
|
75
|
+
.col_vals_between(columns="d", left=0, right=5000)
|
|
76
|
+
.col_vals_in_set(columns="f", set=["low", "mid", "high"])
|
|
77
|
+
.col_vals_regex(columns="b", pattern=r"^[0-9]-[a-z]{3}-[0-9]{3}$")
|
|
78
|
+
.interrogate()
|
|
79
|
+
)
|
|
80
|
+
|
|
81
|
+
validation_1
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
There's a lot to take in here so let's break down the code first! Note these three key pieces:
|
|
85
|
+
|
|
86
|
+
- the `Validate(data=...)` argument takes a DataFrame (or database table) that you want to validate
|
|
87
|
+
- the methods starting with `col_*` specify validation steps that run on specific columns
|
|
88
|
+
- the `interrogate()` method executes the validation plan on the table (it's the finishing step)
|
|
89
|
+
|
|
90
|
+
This common pattern is used in a validation workflow, where
|
|
91
|
+
[`Validate`](https://posit-dev.github.io/pointblank/reference/Validate.html) and
|
|
92
|
+
[`interrogate()`](https://posit-dev.github.io/pointblank/reference/Validate.interrogate.html)
|
|
93
|
+
bookend a validation plan generated through calling validation methods.
|
|
94
|
+
|
|
95
|
+
Now, onto the result: it's a table! Naturally, we're using the awesome Great Tables package here in
|
|
96
|
+
Pointblank to really give you the goods on how the validation went down. Each row in this reporting
|
|
97
|
+
table represents a single validation step (one for each invocation of a `col_vals_*()` validation
|
|
98
|
+
method). Generally speaking, the left side of the validation report tables outlines the key
|
|
99
|
+
validation rules, and the right side provides the results of each validation step.
|
|
100
|
+
|
|
101
|
+
We tried to keep it simple in principle, but a lot of useful information can be packed into this
|
|
102
|
+
validation table. Here's a diagram that describes a few of the important parts of the validation
|
|
103
|
+
report table:
|
|
104
|
+
|
|
105
|
+
{width=100%}
|
|
106
|
+
|
|
107
|
+
All of those numbers under the `UNITS`, `PASS`, and `FAIL` columns have to do with test units, a
|
|
108
|
+
measure of central importance in Pointblank. Each validation step will execute a type of validation
|
|
109
|
+
test on the target table. For example, a
|
|
110
|
+
[`col_vals_lt()`](https://posit-dev.github.io/pointblank/reference/Validate.col_vals_lt.html)
|
|
111
|
+
validation step can test that each value in a column is less than a specified number. The key
|
|
112
|
+
finding that’s reported as a result of this test is the number of test units that pass or fail. This
|
|
113
|
+
little diagram explains what those numbers mean:
|
|
114
|
+
|
|
115
|
+
{width=50%, text-align=center}
|
|
116
|
+
|
|
117
|
+
Failing test units can be tied to threshold levels, which can provide a better indication of whether
|
|
118
|
+
failures should raise some basic awareness or spur you into action. Here's a validation workflow
|
|
119
|
+
that sets three failure threshold levels that signal the severity of data quality problems:
|
|
120
|
+
|
|
121
|
+
```{python}
|
|
122
|
+
import pointblank as pb
|
|
123
|
+
import polars as pl
|
|
124
|
+
|
|
125
|
+
validation_2 = (
|
|
126
|
+
pb.Validate(
|
|
127
|
+
data=pb.load_dataset(dataset="game_revenue", tbl_type="polars"),
|
|
128
|
+
tbl_name="game_revenue",
|
|
129
|
+
label="Data validation with threshold levels set.",
|
|
130
|
+
thresholds=pb.Thresholds(warning=1, error=20, critical=0.10),
|
|
131
|
+
)
|
|
132
|
+
.col_vals_regex(columns="player_id", pattern=r"^[A-Z]{12}[0-9]{3}$") # STEP 1
|
|
133
|
+
.col_vals_gt(columns="session_duration", value=5) # STEP 2
|
|
134
|
+
.col_vals_ge(columns="item_revenue", value=0.02) # STEP 3
|
|
135
|
+
.col_vals_in_set(columns="item_type", set=["iap", "ad"]) # STEP 4
|
|
136
|
+
.col_vals_in_set( # STEP 5
|
|
137
|
+
columns="acquisition",
|
|
138
|
+
set=["google", "facebook", "organic", "crosspromo", "other_campaign"]
|
|
139
|
+
)
|
|
140
|
+
.col_vals_not_in_set(columns="country", set=["Mongolia", "Germany"]) # STEP 6
|
|
141
|
+
.col_vals_between( # STEP 7
|
|
142
|
+
columns="session_duration",
|
|
143
|
+
left=10, right=50,
|
|
144
|
+
pre = lambda df: df.select(pl.median("session_duration"))
|
|
145
|
+
)
|
|
146
|
+
.rows_distinct(columns_subset=["player_id", "session_id", "time"]) # STEP 8
|
|
147
|
+
.row_count_match(count=2000) # STEP 9
|
|
148
|
+
.col_exists(columns="start_day") # STEP 10
|
|
149
|
+
.interrogate()
|
|
150
|
+
)
|
|
151
|
+
|
|
152
|
+
validation_2
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
This data validation makes use of the many
|
|
156
|
+
[validation methods available in the library](https://posit-dev.github.io/pointblank/reference/#validation-steps).
|
|
157
|
+
Because thresholds have been set at the `Validate(thresholds=)` parameter, we can now see where
|
|
158
|
+
certain validation steps have greater amounts of failures. Any validation steps with green
|
|
159
|
+
indicators passed with flying colors, whereas: (1) gray indicates the 'warning' condition was met
|
|
160
|
+
(at least one test unit failing), (2) yellow is for the 'error' condition (20 or more test units
|
|
161
|
+
failing), and (3) red means 'critical' and that's tripped when 10% of all test units are failing
|
|
162
|
+
ones.
|
|
163
|
+
|
|
164
|
+
Reporting tables are essential to the package and they help communicate what went wrong (or well) in
|
|
165
|
+
a validation workflow. Now let's look at some additional reporting that Pointblank can give you to
|
|
166
|
+
better understand *where* things might've gone wrong.
|
|
167
|
+
|
|
168
|
+
## Reporting for Individual Validation Steps
|
|
169
|
+
|
|
170
|
+
The second validation step of the previous data validation showed 18 failing test units. That
|
|
171
|
+
translates to 18 spots in a 2,000 row DataFrame where a data quality assertion failed. We often
|
|
172
|
+
would like to know exactly what that failing data is; it's usually the next step toward addressing
|
|
173
|
+
data quality issues.
|
|
174
|
+
|
|
175
|
+
Pointblank offers a method that gives you a tabular report on a specific step:
|
|
176
|
+
[`get_step_report()`](https://posit-dev.github.io/pointblank/reference/Validate.get_step_report.html).
|
|
177
|
+
The previous tables you've seen (the validation report table) dealt with providing a summary of all
|
|
178
|
+
validation steps. In contrast, a focused report on a single step can help to get to the heart of a data
|
|
179
|
+
quality issue. Here's how that looks for Step 2:
|
|
180
|
+
|
|
181
|
+
```{python}
|
|
182
|
+
validation_2.get_step_report(i=2)
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
This report provides the 18 rows where the failure occurred. If you scroll the table to the right
|
|
186
|
+
you'll see the column that underwent testing (`session_duration`) is highlighted in red. All of
|
|
187
|
+
these values are `5.0` or less, which is in violation of the assertion (in the header) that
|
|
188
|
+
`session_duration > 5`.
|
|
189
|
+
|
|
190
|
+
These types of bespoke reports are useful for finding a needle in a haystack. Another good use for
|
|
191
|
+
a step report is when validating a table schema. Using the
|
|
192
|
+
[`col_schema_match()`](https://posit-dev.github.io/pointblank/reference/Validate.col_schema_match.html)
|
|
193
|
+
validation method with a table schema prepared with the
|
|
194
|
+
[`Schema`](https://posit-dev.github.io/pointblank/reference/Schema.html) class allows us to verify
|
|
195
|
+
our understanding of the table structure. Here is a validation that performs a schema validation
|
|
196
|
+
with the `small_table` dataset prepared as a DuckDB table:
|
|
197
|
+
|
|
198
|
+
```{python}
|
|
199
|
+
import pointblank as pb
|
|
200
|
+
|
|
201
|
+
# Create a schema for the target table (`small_table` as a DuckDB table)
|
|
202
|
+
schema = pb.Schema(
|
|
203
|
+
columns=[
|
|
204
|
+
("date_time", "timestamp(6)"),
|
|
205
|
+
("dates", "date"),
|
|
206
|
+
("a", "int64"),
|
|
207
|
+
("b",),
|
|
208
|
+
("c",),
|
|
209
|
+
("d", "float64"),
|
|
210
|
+
("e", ["bool", "boolean"]),
|
|
211
|
+
("f", "str"),
|
|
212
|
+
]
|
|
213
|
+
)
|
|
214
|
+
|
|
215
|
+
# Use the `col_schema_match()` validation method to perform a schema check
|
|
216
|
+
validation_3 = (
|
|
217
|
+
pb.Validate(
|
|
218
|
+
data=pb.load_dataset(dataset="small_table", tbl_type="duckdb"),
|
|
219
|
+
tbl_name="small_table",
|
|
220
|
+
label="Schema check"
|
|
221
|
+
)
|
|
222
|
+
.col_schema_match(schema=schema)
|
|
223
|
+
.interrogate()
|
|
224
|
+
)
|
|
225
|
+
|
|
226
|
+
validation_3
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
This step fails, but the validation report table doesn't tell us how (or where). Using
|
|
230
|
+
[`get_step_report()](https://posit-dev.github.io/pointblank/reference/Validate.get_step_report.html)
|
|
231
|
+
will show us what the underlying issues are:
|
|
232
|
+
|
|
233
|
+
```{python}
|
|
234
|
+
validation_3.get_step_report(i=1)
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
The step report here shows the target table's schema on the left side and the expectation of the
|
|
238
|
+
schema on the right side. There appears to be two problems with our supplied schema:
|
|
239
|
+
|
|
240
|
+
1. the second column is actually `date` instead of `dates`
|
|
241
|
+
2. the dtype of the `f` column is `"string"` and not `"str"`
|
|
242
|
+
|
|
243
|
+
The convenience of this step report means we only have to look at one display of information, rather
|
|
244
|
+
than having to collect up the individual pieces and make careful comparisons.
|
|
245
|
+
|
|
246
|
+
## Much More in Store
|
|
247
|
+
|
|
248
|
+
Pointblank tries really hard to make it easy for you to test your data. All sorts of input tables
|
|
249
|
+
are supported since we integrate with the brilliant
|
|
250
|
+
[Narwhals](https://narwhals-dev.github.io/narwhals/) and
|
|
251
|
+
[Ibis](https://ibis-project.org) libraries. And even through the project has only started four
|
|
252
|
+
months ago, we already have an extensive catalog of well-tested validation methods.
|
|
253
|
+
|
|
254
|
+
We care a great deal about documentation so much recent effort has been placed on getting the
|
|
255
|
+
[**User Guide**](https://posit-dev.github.io/pointblank/user-guide/) written. We hope it provides
|
|
256
|
+
for gentle introduction to the major features of the library. If you want some quick examples to get
|
|
257
|
+
your imagination going, check out our
|
|
258
|
+
[gallery of examples](https://posit-dev.github.io/pointblank/demos/).
|
|
259
|
+
|
|
260
|
+
We really care about what **you** want in a validation package, so talk to us :) We just started a
|
|
261
|
+
[Discord](https://discord.com/invite/YH7CybCNCQ) so feel free to hop on and ask us anything.
|
|
262
|
+
Alternatively, we always like to get [issues](https://github.com/posit-dev/pointblank/issues) so
|
|
263
|
+
don't be shy in letting us know how we could improve!
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -9,6 +9,7 @@ except PackageNotFoundError: # pragma: no cover
|
|
|
9
9
|
__version__ = "0.0.0"
|
|
10
10
|
|
|
11
11
|
# Import objects from the module
|
|
12
|
+
from pointblank.actions import send_slack_notification
|
|
12
13
|
from pointblank.assistant import assistant
|
|
13
14
|
from pointblank.column import (
|
|
14
15
|
col,
|
|
@@ -24,13 +25,14 @@ from pointblank.datascan import DataScan, col_summary_tbl
|
|
|
24
25
|
from pointblank.draft import DraftValidation
|
|
25
26
|
from pointblank.schema import Schema
|
|
26
27
|
from pointblank.tf import TF
|
|
27
|
-
from pointblank.thresholds import Actions, Thresholds
|
|
28
|
+
from pointblank.thresholds import Actions, FinalActions, Thresholds
|
|
28
29
|
from pointblank.validate import (
|
|
29
30
|
Validate,
|
|
30
31
|
config,
|
|
31
32
|
get_action_metadata,
|
|
32
33
|
get_column_count,
|
|
33
34
|
get_row_count,
|
|
35
|
+
get_validation_summary,
|
|
34
36
|
load_dataset,
|
|
35
37
|
missing_vals_tbl,
|
|
36
38
|
preview,
|
|
@@ -42,6 +44,7 @@ __all__ = [
|
|
|
42
44
|
"Validate",
|
|
43
45
|
"Thresholds",
|
|
44
46
|
"Actions",
|
|
47
|
+
"FinalActions",
|
|
45
48
|
"Schema",
|
|
46
49
|
"DataScan",
|
|
47
50
|
"DraftValidation",
|
|
@@ -59,6 +62,8 @@ __all__ = [
|
|
|
59
62
|
"preview",
|
|
60
63
|
"missing_vals_tbl",
|
|
61
64
|
"get_action_metadata",
|
|
65
|
+
"get_validation_summary",
|
|
62
66
|
"get_column_count",
|
|
63
67
|
"get_row_count",
|
|
68
|
+
"send_slack_notification",
|
|
64
69
|
]
|