numpy.core.defchararray.zfill(a, width)
Return the numeric string left-filled with zeros
Calls str.zfill element-wise.
str.zfill
a : array_like, {str, unicode}
Input array.
width : int
Width of string to left-fill elements in a.
a
联系方式: