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:array_like,unicode
输入数组。
out:ndarray,bool
与a形状相同的布尔数组。
也可以看看
unicode.isnumeric