Lightweight dataset quality checks for CSV files
Project description
DataGuard
DataGuard is a lightweight Python package for basic dataset quality checks.
Installation (local)
pip install -e .
Usage
from dataguard import validate_csv
report = validate_csv("data.csv")
report.summary()
License
MIT
---
## Why this was missing
README files do not auto generate sections.
You already wrote:
- Title
- Description
- Installation
Usage is always written explicitly by the developer.
You did nothing wrong.
---
## Quick sanity test to confirm usage works
After adding the section, run this in Python:
```python
from dataguard import validate_csv
report = validate_csv("yourfile.csv")
report.summary()
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
dataguard_lite-0.2.0.tar.gz
(2.8 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 dataguard_lite-0.2.0.tar.gz.
File metadata
- Download URL: dataguard_lite-0.2.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a37c10963fa3b5557e7b7c6ca410ccb5d1a5bdfe2f3837427aba8e042471d18e
|
|
| MD5 |
8e11e807a236d5992e96a09889117783
|
|
| BLAKE2b-256 |
29f09cbe9c47413b7e790f1492d91b908a0eb74a387c604b6fc25f5c79f0841d
|
File details
Details for the file dataguard_lite-0.2.0-py3-none-any.whl.
File metadata
- Download URL: dataguard_lite-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bda86651b89c1264a4363dacf67a82f45e643129a68ee223094ac7ac6d29642
|
|
| MD5 |
e781d710e968b19292ec15a4a73d9e53
|
|
| BLAKE2b-256 |
5a06e0e7dc231cc5f9f6e3e4b8c5a7daaf717ba180df83915ee4330322738d55
|