numpy.char.isnumeric
- 
numpy.char.isnumeric(a) - 
For each element, return True if there are only numeric characters in the element.
Calls
unicode.isnumericelement-wise.Numeric characters include digit characters, and all characters that have the Unicode numeric value property, e.g.
U+2155, VULGAR FRACTION ONE FIFTH.- Parameters
 - 
- 
aarray_like, unicode - 
Input array.
 
 - 
 - Returns
 - 
- 
outndarray, bool - 
Array of booleans of same shape as
a. 
 - 
 
See also
unicode.isnumeric 
    © 2005–2020 NumPy Developers
Licensed under the 3-clause BSD License.
    https://numpy.org/doc/1.18/reference/generated/numpy.char.isnumeric.html