File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
166
166
-i " pandas.Series.str.decode PR07,RT03,SA01" \
167
167
-i " pandas.Series.str.encode PR07,RT03,SA01" \
168
168
-i " pandas.Series.str.fullmatch RT03" \
169
- -i " pandas.Series.str.get RT03,SA01" \
170
169
-i " pandas.Series.str.index RT03" \
171
170
-i " pandas.Series.str.ljust RT03,SA01" \
172
171
-i " pandas.Series.str.lower RT03" \
Original file line number Diff line number Diff line change @@ -1085,6 +1085,13 @@ def get(self, i):
1085
1085
Returns
1086
1086
-------
1087
1087
Series or Index
1088
+ Series or Index where each value is the extracted element from
1089
+ the corresponding input component.
1090
+
1091
+ See Also
1092
+ --------
1093
+ Series.str.extract : Extract capture groups in the regex as columns
1094
+ in a DataFrame.
1088
1095
1089
1096
Examples
1090
1097
--------
You can’t perform that action at this time.
0 commit comments