truncate() ========== The hec-python-library equivalent of Jython method **truncate()**: .. 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.trunc(ts.data["value"]) .. include:: _data_warning.rst See the `numpy documentation `_ for details