numpy.char.chararray.rjust#

方法

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

傳回一個陣列,其元素 self 在長度為 width 的字串中靠右對齊。

另請參閱

char.rjust