-
DataFrame.clip_upper(threshold, axis=None)
[source] -
Return copy of input with values above 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
DataFrame.clip_upper()

2025-01-10 15:47:30
Please login to continue.