SciPy

This is documentation for an old release of NumPy (version 1.17.0). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.char.chararray.isspace

method

chararray.isspace(self)

Returns true for each element if there are only whitespace characters in the string and there is at least one character, false otherwise.

See also

char.isspace

Previous topic

numpy.char.chararray.isnumeric

Next topic

numpy.char.chararray.istitle