mars.dataframe.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().

参数

form ({'NFC', 'NFKC', 'NFD', 'NFKD'}) – Unicode form.

返回

normalized

返回类型

Series/Index of objects