pd.Series.clip¶
pandas.Series.clip(axis=0, inplace=False, lower=None, upper=None)
Supported Arguments¶
| argument | datatypes | other requirements |
|---|---|---|
lower |
Scalar or series matching the Series type | |
upper |
Scalar or series matching the Series type |