numpy.chararray.isdigit

方法

chararray.isdigit()[源代码]

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

参见

char.isdigit