Copy
Processor that copies columns from the active frame into another working frame, joining on a shared key.
Configuration
Selected as name: copy.
Option |
Description |
Type |
Default |
|---|---|---|---|
|
Name of the destination frame. |
str |
required |
|
Columns to join on. |
column(s) |
required |
|
Columns to copy across. |
column(s) |
required |
- name: copy
kwargs:
to: truth
by: event_id
cols: [ energy ]