leaf_engine.etl.output
This module prepares shipment data for output by pruning and reordering columns.
Functions
|
Reorders internal and external columns for the final output. |
Renames reserved columns to avoid conflicts in adapt. |
|
|
Module Contents
- leaf_engine.etl.output._prune_columns(df)
Reorders internal and external columns for the final output.
- leaf_engine.etl.output._rename_reserved_cols(df)
Renames reserved columns to avoid conflicts in adapt.
lane_id -> original_lane_id
- leaf_engine.etl.output.output_pipeline(df, lane_level=False)