numpy.core.defchararray.upper
numpy.core.defchararray.equal
numpy.core.defchararray.
zfill
返回以零填充的数字字符串
逐个调用str.zfill。
a:array_like,{str,unicode}
输入数组。
width:int
在a中填充元素的字符串宽度。
out:ndarray,{str,unicode}
输出str或unicode的数组,取决于输入类型
也可以看看
str.zfill