****************How to format string in a Pandas DataFrame Column*****************
0 Steve Murrey
1 Jane Fonda
2 Sara McGully
3 Mary Jane
dtype: object
0 steve murrey
1 jane fonda
2 sara mcgully
3 mary jane
dtype: object
0 STEVE MURREY
1 JANE FONDA
2 SARA MCGULLY
3 MARY JANE
dtype: object
0 Steve Murrey
1 Jane Fonda
2 Sara Mcgully
3 Mary Jane
dtype: object
0 [Steve, Murrey]
1 [Jane, Fonda]
2 [Sara, McGully]
3 [Mary, Jane]
dtype: object
0 Steve murrey
1 Jane fonda
2 Sara mcgully
3 Mary jane
dtype: object