numpy.char.chararray.rjust#

方法

char.chararray.rjust(width, fillchar=' ')[source]#

返回一个数组,其中 self 的元素在长度为 width 的字符串中右对齐。

参见

char.rjust