-
Panel4D.clip_lower(threshold, axis=None)
[source] -
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
See also
Panel4D.clip_lower()
2017-01-12 04:51:55
Please login to continue.