Skip to main content

A human-centred, teachable data wrangling and pipeline framework.

Project description

WowData™

WowData™ is a human-centred data wrangling and pipeline framework designed to make real-world data cleanup understandable, teachable, and inspectable.

Install

From PyPI:

pip install wowdata

From source (editable):

git clone https://github.com/sci2pro/wowdata.git
cd wowdata
pip install -e .

Quick Start

Create a small input CSV:

person_id,age,country
1,30,KE
2,17,UG
3,41,KE

Run with Python API:

from wowdata import Pipeline, Sink, Source, Transform

pipe = (
    Pipeline(Source("people.csv"))
    .then(Transform("cast", params={"types": {"age": "integer"}, "on_error": "null"}))
    .then(Transform("filter", params={"where": "age >= 18 and country == 'KE'"}))
    .then(Sink("adults_ke.csv"))
)

pipe.run()

Run from YAML with CLI:

wow run pipeline.yaml

Fallback command if wow conflicts in your shell:

wowdata run pipeline.yaml

Documentation

To preview docs locally:

pip install -e .[docs]
mkdocs serve

The same docs can be published to GitHub Pages (for wowdata.github.io).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wowdata-0.1.1.tar.gz (43.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wowdata-0.1.1-py3-none-any.whl (53.5 kB view details)

Uploaded Python 3

File details

Details for the file wowdata-0.1.1.tar.gz.

File metadata

  • Download URL: wowdata-0.1.1.tar.gz
  • Upload date:
  • Size: 43.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for wowdata-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c5a5bb9bade98328486d631d3f8b01c650171c3ecf76783ac69800bb707be9b3
MD5 a6d857cb37c2d60b123d2f06e82d5250
BLAKE2b-256 1f66fc001870a607126a23060576df2d917b78dcafab8c3d12a974c4d0cf270d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wowdata-0.1.1.tar.gz:

Publisher: publish.yml on sci2pro/wowdata

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wowdata-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: wowdata-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 53.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for wowdata-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 59326868159a02500c592a3d83a4dd6cc5d3dd8797549d2b03ca32eb10bad35b
MD5 f6d73af2e2bc6b5a70f4e2ed962df7b3
BLAKE2b-256 d96d766c187f5e636b70a53c2daa40acf5bf4904726baae28097add2005d9818

See more details on using hashes here.

Provenance

The following attestation bundles were made for wowdata-0.1.1-py3-none-any.whl:

Publisher: publish.yml on sci2pro/wowdata

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page