/data_pipeline_ruffus

Data pipelines using the ruffus framework

Primary LanguagePythonMIT LicenseMIT

ruffus_pipeline

This repo is a short demonstration of building a ruffus data pipeline. A number of transformations will be made.

Stages

Stage 1

Read in a csv file and multiply the numbers by 100.

Stage 2

Add 15 to the numbers

Stage 3

Find the Average, Min and Max