Fill
Processor that adds a new column, or overwrites an existing one, with a constant value in every row.
Configuration
Selected as name: fill.
Option |
Description |
Type |
Default |
|---|---|---|---|
|
Column to create or overwrite. |
str |
required |
|
Constant value written to every row. |
str | int | float | bool |
required |
|
Data type the column is stored as. |
str |
required |
- name: fill
kwargs:
col: bundle
value: 1
dtype: int64