replaceSpecificValues() ======================= The hec-python-library equivalent of Jython method **replaceSpecificValues()**: .. include:: _not_implemented.rst The following example performs the equivalent: **Example 1:** .. code-block:: python old_val: float new_val: float ts.data["value"] = ts.data["value"].replace(old_val, new_val) .. include:: _data_warning.rst