Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Series.str.upper

Series.str.upper()

Convert strings in the Series/Index to uppercase. Equivalent to str.upper().

Returns:converted : Series/Index of objects