Skip to content

Commit d53da08

Browse files
DOC: Fix pandas.Series.str.get RT03,SA01
1 parent 642d244 commit d53da08

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pandas/core/strings/accessor.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,13 @@ def get(self, i):
10851085
Returns
10861086
-------
10871087
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.
10881095
10891096
Examples
10901097
--------

0 commit comments

Comments
 (0)