Skip to content

Commit

Permalink
DOC: added .join to 'see also' in Series.str.cat (#22175)
Browse files Browse the repository at this point in the history
  • Loading branch information
ym-pett authored and TomAugspurger committed Aug 2, 2018
1 parent 103c5ee commit 7725fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/core/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2065,6 +2065,7 @@ def cat(self, others=None, sep=None, na_rep=None, join=None):
See Also
--------
split : Split each string in the Series/Index
join : Join lists contained as elements in the Series/Index
Examples
--------
Expand Down

0 comments on commit 7725fa0

Please sign in to comment.