Jatuhkan porsi string di dataaframe python

data['result'] = data['result'].map(lambda x: x.lstrip('+-').rstrip('aAbBcC'))
Clumsy Cowfish