pandas 0.11.0.dev-9988e5f documentation

pandas.Series.clip_lower

Series.clip_lower(threshold)

Return copy of series with values below given value truncated

Returns :clipped : Series

See also

clip