Enter search terms or a module, class or function name.
Series.str.
zfill
Filling left side of strings in the Series/Index with 0. Equivalent to str.zfill().
str.zfill()
width : int
Minimum width of resulting string; additional characters will be filled with 0
filled : Series/Index of objects