Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Series.str.zfill

Series.str.zfill(width)

” Filling left side of strings in the Series/Index with 0. Equivalent to str.zfill().

Parameters:

width : int

Minimum width of resulting string; additional characters will be filled with 0

Returns:

filled : Series/Index of objects