Enter search terms or a module, class or function name.
Series.str.
normalize
Return the Unicode normal form for the strings in the Series/Index. For more information on the forms, see the unicodedata.normalize().
unicodedata.normalize()
form : {‘NFC’, ‘NFKC’, ‘NFD’, ‘NFKD’}
Unicode form
normalized : Series/Index of objects