capitaliser les mots dans une colonne Pandas

#Cap all words in a string
df.Column1.str.title()
Energetic Earthworm