select_node

Select Node Metadata Fields

Returns a DataFrame summarising the requested metadata fields for all nodes in the pipeline. This is a read-only inspection operation — it does not return a Pipeline. Available fields: $name, $runtime, $serializer, $deserializer, $noop, $deps, $depth, $command_type.

Parameters

Returns

A DataFrame with the requested metadata columns.

Examples

p |> select_node($name, $runtime, $deps)
p |> select_node($name, $depth, $noop)

See Also

arrange_node, filter_node, pipeline_to_frame