Skip to main content

Data Refinery: transformating data

Project description

Build Status Coverage Docs Version PyVersions License

Data Refinery

The main goal of the library is perform a Transformation over a data event. Supports a variety of functions typically used on machine learning and AI.

Development is oriented into a functional style avoiding side effects on transformations.

Installation

In console pip install data-refinery or python setup.py install from sources.

Usage example

from datarefinery.tuple.TupleOperations import wrap, keep, substitution
from datarefinery.Tr import Tr

x2 = wrap(lambda x: x*2)

tr = Tr(keep(["name"])).then(substitution(["value"], x2))
operation = tr.apply()
(inp, res, err) = operation({"name": "John", "value": 10})
print(res) # {"name": "John", "value": 20}

Documentation

Visit complete documentation at github pages branch or at readthedocs.io.

Compatibility

Python: 3.5, 3.6

Contribute

Follow the steps on the how to contribute document.

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

data-refinery-0.1.64.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

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

data_refinery-0.1.64-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

Details for the file data-refinery-0.1.64.tar.gz.

File metadata

File hashes

Hashes for data-refinery-0.1.64.tar.gz
Algorithm Hash digest
SHA256 7ab27f025e5968487d876a2302916f4102200ad14838eebeb6a71069a6864482
MD5 91063f8d90c6d83b8431811b42a3fecc
BLAKE2b-256 26a70ec9c1533be7e9a92771b61380cc490ea83e39fa254a5fc0b14569734b14

See more details on using hashes here.

File details

Details for the file data_refinery-0.1.64-py3-none-any.whl.

File metadata

File hashes

Hashes for data_refinery-0.1.64-py3-none-any.whl
Algorithm Hash digest
SHA256 03f610f8e4bfcd0bf646cfc5b81cb3f71a2d81274f26517f4e23b8655f38f64d
MD5 14986ac06a38843307fd41ba58129267
BLAKE2b-256 336252ada71ea50c281afcbfd4895ba9c3f19bb6fec5302abf7f151d2b62d24d

See more details on using hashes here.

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