numpy.char.chararray.isdigit#

方法

char.chararray.isdigit()[源代码]#

对于每个元素,如果字符串中的所有字符都是数字且至少有一个字符,则返回 true,否则返回 false.

参见

char.isdigit