numpy.char.chararray.isdigit#

方法

char.chararray.isdigit()[原始碼]#

如果字串中的所有字元都是數字且至少有一個字元,則為每個元素傳回 true,否則傳回 false。

參見

char.isdigit