NumPy

Previous topic

numpy.chararray.ljust

Next topic

numpy.chararray.lstrip

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

numpy.chararray.lower

method

chararray.lower(self)[source]

Return an array with the elements of self converted to lowercase.

See also

char.lower