原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.core.defchararray.rjust.html
校对:(虚位以待)
numpy.core.defchararray.
rjust
(a, width, fillchar=' ')[source]返回一个数组,其元素为a在长度宽度的字符串中右对齐。
单元调用str.rjust。
参数: | a:array_like of str或unicode width:int
fillchar:str或unicode,可选
|
---|---|
返回: | out:ndarray
|
也可以看看