-
Series.str.normalize(form)
[source] -
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
Series.str.normalize()
2017-01-12 04:54:59
Please login to continue.