Skip to content

Commit 7725fa0

Browse files
ym-pettTomAugspurger
authored andcommitted
DOC: added .join to 'see also' in Series.str.cat (#22175)
1 parent 103c5ee commit 7725fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/strings.py

+1
Original file line numberDiff line numberDiff line change
@@ -2065,6 +2065,7 @@ def cat(self, others=None, sep=None, na_rep=None, join=None):
20652065
See Also
20662066
--------
20672067
split : Split each string in the Series/Index
2068+
join : Join lists contained as elements in the Series/Index
20682069
20692070
Examples
20702071
--------

0 commit comments

Comments
 (0)