numpy.core.defchararray.join
numpy.core.defchararray.lower
numpy.core.defchararray.
ljust
在长度宽度的字符串中返回一个数组,其元素为a左对齐。
逐个调用str.ljust。
a:array_like of str或unicode
width:int
生成的字符串的长度
fillchar:str或unicode,可选
用于填充的字符
out:ndarray
输出str或unicode的数组,取决于输入类型
也可以看看
str.ljust