yuuqq/dataq — CSV linter

Scan CSV/Parquet files in a PR and comment data-quality changes (powered by dataq-cli).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathsGlob(s) of data files to scan, comma-separated. Default: all *.csv files changed in this PR.no""
min-confidenceMinimum patch confidence to surface in the comment (0..1).no0.95
fail-on-patchesExit non-zero if any auto-applicable patches were found (turns dataq into a CI gate).nofalse
commentWhether to post a PR comment with the findings. Set false for fail-only mode.notrue
dataq-versionpip spec for dataq-cli (e.g. "==0.5.0" or "" for latest).no""
sourceWhere to install dataq from. Useful before the package lands on PyPI. - empty (default): pip install dataq-cli (requires PyPI publish) - "git": pip install git+https://github.com/Yuuqq/data-quality-analysis-system@master - any pip spec: pip install <source> (e.g. a fork URL or local path) no""
namedescription
patch-countTotal number of patch suggestions produced across all scanned files.
auto-applicable-countNumber of patches at or above min-confidence.