update¶
- StringColumn.update(condition: BooleanColumnView, values: Union[str, StringColumn, StringColumnView])¶
Returns an updated version of this column.
All entries for which the corresponding condition is True, are updated using the corresponding entry in values.
- Args:
condition (Boolean column): Condition according to which the update is done values: Values to update with