3-Layer Data Cleaning Pipeline: L0 Basic, L1 Semantic, L2 Presentation
Project description
DaMadara_xyz
A 3-layer data cleaning library: L0 (basic hygiene), L1 (semantic logic), L2 (presentation polish).
Quick Start
-
Install:
pip install -e . -
Run full pipeline:
damadara --layers all --input dirty.csv --output clean.csv -
Or via API:
from damadara_xyz import run_pipeline df_clean = run_pipeline('dirty.csv', layers='all') df_clean.to_csv('clean.csv')
DaMadara_xyz
A powerful 3-layer data cleaning library.
Installation
pip install damadara_xyz
from damadara_xyz import run_pipeline
df_clean = run_pipeline("dirty.csv", layers="all", output_path="clean.csv")
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
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 damadara_xyz-0.1.1.tar.gz.
File metadata
- Download URL: damadara_xyz-0.1.1.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
988f46b7e32f83c45c4c310ea8d0587b1c6b89cbd3c290fec7e77d7ebc93c045
|
|
| MD5 |
91cd92dccb5c655a10bbaee6091722fb
|
|
| BLAKE2b-256 |
6a328434cdb7b470c3734404231a351ee868ca1162b329421fc214243d7475e7
|
File details
Details for the file damadara_xyz-0.1.1-py3-none-any.whl.
File metadata
- Download URL: damadara_xyz-0.1.1-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
648e03b439e16558ca41022ca192056342b242cdee5722fc55d25549a88560ab
|
|
| MD5 |
47150383c9fc1a1d3f477c4344233a9b
|
|
| BLAKE2b-256 |
2b79d62282b693d20531bf6af8d5ad1a98e904d253b2067c1b2df7af3e29b385
|