Usage¶
The usage guides cover everything from basic file parsing to advanced topics like parallel execution and custom stage authoring.
-
Open files, iterate rows, inspect schema, memory model
-
The
|operator, lazy evaluation, immutable composition -
Reference for RenameFields, CastTypes, DropFields, FilterRows
-
Write your own pipeline stages
-
Multi-core batch processing
-
DataFrame, CSV, list collection
-
Reuse a base pipeline for multiple outputs
-
How stages compile into the Rust engine
-
Common errors, FAQs, debugging tips