Usage¶
The usage guides cover everything from basic file parsing to advanced topics like parallel execution and custom stage authoring.
- :material-file-document: Basic Parsing, Open files, iterate rows, inspect schema, memory model
- :material-pipe: Pipeline API, The
|operator, lazy evaluation, immutable composition - :material-tune: Built-in Stages, Reference for RenameFields, CastTypes, DropFields, FilterRows
- :material-puzzle: Custom Stages, Write your own pipeline stages
- :material-multicast: Parallel Execution, Multi-core batch processing
- :material-download: Sinks, DataFrame, CSV, list collection
- :material-fork: Branching, Reuse a base pipeline for multiple outputs