scale_values_in_dictΒΆ
Scale the values in a dictionary.
For each element in the dictionary, applies value * multiplier
.
ParametersΒΆ
-
dictionary
Dictionary to scale.
-
multiplier
Scaling value.
-
inplace β defaults to
True
If True, perform operation in-place