update

FloatColumnView.update(condition: getml.data.columns.columns.BooleanColumnView, values: Union[float, int, numpy.datetime64, getml.data.columns.columns.FloatColumn, getml.data.columns.columns.FloatColumnView])

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