portaljs-check-data-quality
FeaturedAudit a local or remote tabular file (CSV/TSV) for common data quality issues — schema, nulls, types, duplicates. Read-only. Use when a dataset needs a quality check before publishing, or a showcase renders wrong (blank cells, garbled numbers, an unsortable date column) and the cause needs isolating.
Install
Quality Score: 99/100
Skill Content
Details
- Author
- datopian
- Repository
- datopian/portaljs
- Created
- 14 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
dataset-quality-audit
Run comprehensive quality checks on tabular data (CSV/Excel/TSV/JSON), detecting missing values, duplicates, outliers, format issues, and type inconsistencies to produce an overall score, grade, and actionable suggestions. Triggered when users ask to check data quality, find missing or duplicate values, detect outliers, validate formats, profile data, or clean data.
data-check
Checks the data quality of a survey CSV before any substantive analysis: fill/completion rates, speeders (via completion time), straightlining, thinly filled columns. Gives a traffic-light assessment and recommendations. Result as Markdown to reports/. Use as the first step on a new file or when data quality is in doubt. Invoke with your request as the argument, e.g. /data-check [optional CSV path].
data-quality
Use when validating a dataset or building quality checks into a pipeline. Covers profiling, schema and constraint validation, freshness and completeness checks, anomaly detection, and failing a pipeline correctly.