log() ===== The hec-python-library equivalent of Jython method **log()**: .. include:: _not_implemented.rst The following example performs the equivalent: .. code-block:: python # ts is a TimeSeries object import numpy as np ts.data["value"] = np.log(ts.data["value"]) .. include:: _data_warning.rst See the `numpy documentation `_ for details