Pandas - str.strip()/lstrip()/rstrip()
• str.strip(), str.lstrip(), and str.rstrip() remove whitespace or specified characters from string ends in pandas Series, operating element-wise on string data
• str.strip(), str.lstrip(), and str.rstrip() remove whitespace or specified characters from string ends in pandas Series, operating element-wise on string data