arkouda icon indicating copy to clipboard operation
arkouda copied to clipboard

add isnumeric function for pdarrays

Open ajpotts opened this issue 1 year ago • 0 comments

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.

ajpotts avatar Jan 19 '24 18:01 ajpotts