Series.str.
center
Pad left and right side of strings in the Series/Index.
Equivalent to str.center().
str.center()
Minimum width of resulting string; additional characters will be filled with fillchar.
fillchar
Additional character for filling, default is whitespace.