Gents/Ladies,
When trying the following example from google:
import pandas
import numpy as np
import re
s1 = pandas.Series(['Mouse', 'dog', 'house and parrot', '23', np.NaN])
s1.str.<No functions available>
The 2nd line has only those function options:
print
ifn
not
par
if
ifnn
main
return
while
I've tried everything and can't understand why str.x functions are not available?