An in-memory analysis pipeline
Loading
From records to a result
A small analysis pipeline has distinct stages even when all its data is already in memory. Using the vocabulary from the start of this part:
- Validate: decide which input records satisfy the data contract.
- Transform and summarize: place values into a useful result shape and combine repeated observations.
- Present: turn the structured summary into consistently ordered rows.
Keeping these stages separate makes intermediate values easy to inspect. It also gives an agent a clearer specification than a single request to “analyse this data”.
Loading
You have reached the end of this section!
You can check your current points from the blue blob in the bottom-right corner of the page.