Table Of Contents

Search

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

pandas.Series.str.swapcase

Series.str.swapcase()

Convert strings in the Series/Index to be swapcased. Equivalent to str.swapcase().

Returns:converted : Series/Index of objects