Pipelines
Understanding data pipelines
Each data step is part of a pipeline.
A pipeline is:
- a fixed sequence of steps
- where data moves from raw input to final result
Preprocessing is usually the first part of this pipeline.
Search for a command to run...