numpy.char.chararray.isdigit#

方法

char.chararray.isdigit()[source]#

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

参见

char.isdigit