In [1]:
from cleanco import cleanco
In [4]:
x = cleanco('Braithwaite Ltd.')
print(x)
In [5]:
x.clean_name()
Out[5]:
In [6]:
x.type()
Out[6]:
In [ ]: