operators.filler.ColumnFiller
- class operators.filler.ColumnFiller(field, value)
Operator that replaces values in either a new or existing column in the DataFrame with the given value
Parameters
Parameters
Name Type Default Info field str
The field whose values will be replaced. value Any
The value to insert into the specified field.