You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.16.1.txt
+2
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ Enhancements
24
24
25
25
- Added ``StringMethods.capitalize()`` and ``swapcase`` which behave as the same as standard ``str`` (:issue:`9766`)
26
26
- Added ``StringMethods`` (.str accessor) to ``Index`` (:issue:`9068`)
27
+
- Added ``StringMethods.normalize()`` which behave as the same as standard :func:`unicodedata.normalizes` (:issue:`10031`)
28
+
27
29
- Allow clip, clip_lower, and clip_upper to accept array-like arguments as thresholds (:issue:`6966`). These methods now have an ``axis`` parameter which determines how the Series or DataFrame will be aligned with the threshold(s).
28
30
29
31
The ``.str`` accessor is now available for both ``Series`` and ``Index``.
0 commit comments