chrisheckler / pure_python_pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pure_python_pipeline

Description

A simple pipeline using pure python with 4 stages. Each stage performs a transformation with each feeding into the next.

Stages

Stage 0

Data acquisition, define data set being a dictionary with multiple keys and random values.

Stage 1

Data transform making all keys lowercase

Stage 2

Transform data by multiplying values by 12

Stage 3

Report change in values

About

License:MIT License


Languages

Language:Python 100.0%