pandas.Series.clip_lower

Series.clip_lower(threshold)

Return copy of the input with values below given value truncated

Returns:clipped : same type as input

See also

clip