pandas.Series.str.lstrip

Series.str.lstrip(to_strip=None)

Strip whitespace (including newlines) from left side of each string in the array

Parameters:to_strip : str or unicode
Returns:stripped : array