arkouda
arkouda copied to clipboard
add isnumeric function for pdarrays
Add isnumeric function to pdarrays to match numpy function for ndarrays: https://numpy.org/doc/stable/reference/generated/numpy.char.isnumeric.html
For each element, return True if there are only numeric characters in the element.
isnumeric may not be implemented yet for strings in chapel.