Return the numeric string left-filled with zeros
Calls str.zfill element-wise.
a : array_like, {str, unicode}
Input array.
width : int
Width of string to left-fill elements in a.
out : ndarray, {str, unicode}
Output array of str or unicode, depending on input type
See also
str.zfill
numpy.core.defchararray.upper
numpy.core.defchararray.equal
Enter search terms or a module, class or function name.