numpy.core.defchararray.islower
numpy.core.defchararray.isspace
numpy.core.defchararray.
isnumeric
对于每个元素,如果元素中只有数字字符,则返回true。
电话 unicode.isnumeric 元素的。
数字字符包括数字字符和所有具有Unicode数值属性的字符,例如 U+2155, VULGAR FRACTION ONE FIFTH .
U+2155, VULGAR FRACTION ONE FIFTH
输入数组。
形状与相同的布尔数组 a .
参见
unicode.isnumeric