Panel.clip_upper(threshold, axis=None)
Return copy of input with values above given value(s) truncated.
threshold : float or array_like
axis : int or string axis name, optional
Align object with threshold along the given axis.
clipped : same type as input
See also
clip
Please login to continue.
Please login to continue.