Skip to main content
Version: 25.4

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

NameTypeDefaultInfo
fieldstrThe field whose values will be replaced.
valueAnyThe value to insert into the specified field.