Table Of Contents

Search

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

pandas.Series.str.normalize

Series.str.normalize(form)

Return the Unicode normal form for the strings in the Series/Index. For more information on the forms, see the unicodedata.normalize().

Parameters:

form : {‘NFC’, ‘NFKC’, ‘NFD’, ‘NFKD’}

Unicode form

Returns:

normalized : Series/Index of objects