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
+3
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ Enhancements
40
40
Timestamp('2014-08-01 16:30') + BusinessHour()
41
41
42
42
- ``DataFrame.diff`` now takes an ``axis`` parameter that determines the direction of differencing (:issue:`9727`)
43
+
43
44
- 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).
44
45
45
46
- ``DataFrame.mask()`` and ``Series.mask()`` now support same keywords as ``where`` (:issue:`8801`)
@@ -216,6 +217,8 @@ enhancements are performed to make string operation easier.
216
217
idx.str.startswith('a')
217
218
s[s.index.str.startswith('a')]
218
219
220
+
- Improved ``extract`` and ``get_dummies`` methods for ``Index.str`` (:issue:`9980`)
0 commit comments