numpy.core.defchararray.capitalize
numpy.core.defchararray.decode
numpy.core.defchararray.
center
返回a的副本,其元素居中在长度宽度的字符串中。
逐个调用str.center。
a:array_like of str或unicode
width:int
生成的字符串的长度
fillchar:str或unicode,可选
要使用的填充字符(默认为空格)。
out:ndarray
输出str或unicode的数组,取决于输入类型
也可以看看
str.center