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