df.Column1 = df.Column1.str.title() print(df.Column1) 0 The Apple 1 The Pear 2 Green Tea Name: Column1, dtype: object