-
Series.str.zfill(width)
[source] -
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
Series.str.zfill()
2017-01-12 04:55:07
Please login to continue.