Return the Unicode normal form for the strings in the Series/Index.
For more information on the forms, see the unicodedata.normalize()
.
Unicode form.
Examples
>>> ser = pd.Series(['ñ']) >>> ser.str.normalize('NFC') == ser.str.normalize('NFD') 0 False dtype: bool
On this page
Show SourceRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4