In [1]:
from cleanco import cleanco

In [4]:
x = cleanco('Braithwaite Ltd.')

print(x)


<cleanco.cleanco object at 0x107f774e0>

In [5]:
x.clean_name()


Out[5]:
'Braithwaite'

In [6]:
x.type()


Out[6]:
['Limited']

In [ ]: