May 27, 2010
4:02 a.m.
On May 26, 2010, at 11:52 PM, Vincent Davis wrote:
How do I determine if an array's (or column in a structured array) dtype is a number or a string. I see how to determine the actual dtype but all I want to know is if it is a string or a number.
Check `numpy.lib._iotools._is_string_like`