numpy.char.capitalize(a)
Return a copy of a with only the first character of each element capitalized.
Calls str.capitalize element-wise.
For 8-bit strings, this method is locale-dependent.
Parameters:
- a: array_like of str or unicode: Input array of strings to capitalize.
Returns:
- out: ndarray: Output array of str or unicode, depending on input types
See also
Examples

NumPy Tutorial - Everything You Need to Know to Get Started

Emily Rosemary Collins is a tech enthusiast with a strong background in computer science, always staying up-to-date with the latest trends and innovations. Apart from her love for technology, Emily enjoys exploring the great outdoors, participating in local community events, and dedicating her free time to painting and photography. Her interests and passion for personal growth make her an engaging conversationalist and a reliable source of knowledge in the ever-evolving world of technology.