pandas.DataFrame.clip_lower — pandas 0.16.2 documentation (original) (raw)

DataFrame.clip_lower(threshold, axis=None)

Return copy of the input with values below given value(s) truncated

Parameters: threshold : float or array_like axis : int or string axis name, optional Align object with threshold along the given axis.
Returns: clipped : same type as input