AlphaScore v3.0 — Advanced Data Quality Scoring Engine
Project description
AlphaScore v3.0
AlphaScore is a Data Quality Scoring Engine that computes a reproducible 0–100 data-quality score for tabular datasets (Pandas DataFrames / CSV / Parquet), produces JSON and HTML reports, and provides a CLI.
Author: Shivam Mishra
Features
- Six-dimension scoring: completeness, uniqueness, validity, consistency, accuracy, integrity
- Customizable weights
- HTML report generation (Jinja2)
- CLI for quick checks
- Simple API for integration
Quickstart
pip install .
import pandas as pd
from alphascore import DataQualityScore
df = pd.read_csv('data.csv')
engine = DataQualityScore(df, name='customers')
res = engine.compute()
print(res['final_score'])
engine.to_html('report.html')
CLI
alphascore data.csv --output report.html
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
alphascore-3.0.tar.gz
(4.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file alphascore-3.0.tar.gz.
File metadata
- Download URL: alphascore-3.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d52cd0733c2380f6ae144b481f5968a062f31b179787ef526d90203953391ed3
|
|
| MD5 |
a7100cc36f754aafb691957251270c75
|
|
| BLAKE2b-256 |
1a51279610cf19a7058a58697fb796ef085b516aca31b96e90dc7fefe54a0918
|
File details
Details for the file alphascore-3.0-py3-none-any.whl.
File metadata
- Download URL: alphascore-3.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe9d4d62224120979bc494acf2edc4475abe96e2827f093375c76455686f9760
|
|
| MD5 |
fb7d1d2903afa488f268d118a4d3f8a6
|
|
| BLAKE2b-256 |
adab5d45faacda6d0a22fe3c4f24c3c4f6118835cad60d12468b6099831c67c5
|